express icon indicating copy to clipboard operation
express copied to clipboard

Added support for 10gb lambdas

Open joswayski opened this issue 4 years ago • 1 comments

AWS now supports 10gb lambdas https://aws.amazon.com/about-aws/whats-new/2020/12/aws-lambda-supports-10gb-memory-6-vcpu-cores-lambda-functions/

And in 1mb increments https://aws.amazon.com/lambda/pricing/

So instead of checking whether the memory value is in one of the - allow options, we can just check if it is within the lambda memory range (128mb <--> 10240mb)

joswayski avatar Dec 12 '20 02:12 joswayski

Is this change going to be implemented?

robertgoacher avatar Mar 15 '22 13:03 robertgoacher