We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lambda functions can support a 'memory' configuration of up to 10240 MB but it doesn't look like this component supports this.
If you try to set the 'memory' to '10240' (for example) in Serverless.yml, you get the following error:
Serverless › Deployment failed due to invalid input: "memory" must be one of [128, 192, 256, 320, 384, 448, 512, 576, 704, 768, 832, 1024, 1280, 1536, 1792, 2048, 2240, 2688, 2944, 3008]
Can this component please support the latest range of memory options for Lambda?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lambda functions can support a 'memory' configuration of up to 10240 MB but it doesn't look like this component supports this.
If you try to set the 'memory' to '10240' (for example) in Serverless.yml, you get the following error:
Can this component please support the latest range of memory options for Lambda?
The text was updated successfully, but these errors were encountered: