express icon indicating copy to clipboard operation
express copied to clipboard

Support up-to-date Lambda 'memory' options

Open robertgoacher opened this issue 3 years ago • 0 comments

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?

robertgoacher avatar Feb 12 '22 14:02 robertgoacher