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

Added support for 10gb lambdas #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added support for 10gb lambdas #53

wants to merge 2 commits into from

Conversation

joswayski
Copy link

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)

Copy link
Member

@eahefnawy eahefnawy left a comment

Choose a reason for hiding this comment

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

Thanks @joswayski ... We'd love to have 10gb lambdas, but we'd just like to add it to the list of acceptable values.

serverless.component.yml Show resolved Hide resolved
@robertgoacher
Copy link

Is this change going to be implemented?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants