serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

Increased lambda memory sizes - up to 10gb #52

Closed joswayski closed 3 years ago

joswayski commented 3 years ago

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

Added support for up to 10gb in 64mb increments even though 1MB increments are allowed

joswayski commented 3 years ago

actually, will update the integration test to allow 1mb increments