Skip to content
New issue

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

feat(aws): increase memory limits for functions #8569

Merged

Conversation

pgrzesik
Copy link
Contributor

@pgrzesik pgrzesik commented Dec 2, 2020

Following recent announcements from re:Invent, this PR adjusts schema restrictions on memory, increasing maximum values and also removing the restriction that the value has to be in multiple of 64. It also adjust restrictions imposed on Lambda@Edge, as the origin quotas for memory are the same as for "plain" Lambda.

From CloudFormation docs
cf

From CloudFront/Lambda@Edge docs
origin

Copy link
Contributor

@medikoo medikoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great pick @pgrzesik, thank you!

@medikoo medikoo merged commit c5ae979 into serverless:master Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants