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

AWS Lambda Has Increased Memory Limits #1844

Merged
merged 4 commits into from
Jan 24, 2021

Conversation

ewascent
Copy link
Contributor

@ewascent ewascent commented Dec 4, 2020

AWS has announced a new memory limit for AWS Lambda. The Limit is now 10240 MB.

Screen Shot 2020-12-03 at 9 44 41 AM

troposphere/awslambda.py Outdated Show resolved Hide resolved
Co-authored-by: Pat Myron <PatMyron@users.noreply.github.com>
@ewascent
Copy link
Contributor Author

ewascent commented Dec 4, 2020

I do not seem to have the ability to link this to issue
#1843

@adamdavis40208
Copy link

Can we please have 20480 while you're in there ;)

(j/k thanks for the contribution!)

@ewascent
Copy link
Contributor Author

ewascent commented Dec 4, 2020

Can we please have 20480 while you're in there ;)

(j/k thanks for the contribution!)

I mean we can...but AWS isn't ready for that level of awesome

@ewascent
Copy link
Contributor Author

ewascent commented Dec 4, 2020

Linting failed on files unrelated to this pull request.

./troposphere/validators.py:314:80: E501 line too long (86 > 79 characters)
                'REDHAT_ENTERPRISE_LINUX', 'SUSE', 'CENTOS', 'DEBIAN', 'ORACLE_LINUX']
                                                                               ^
./troposphere/kinesisanalyticsv2.py:10:80: E501 line too long (80 > 79 characters)
VALID_RUNTIME_ENVIRONMENTS = ('SQL-1_0', 'FLINK-1_6', 'FLINK-1_8', 'FLINK-1_11')

@PatMyron
Copy link
Contributor

PatMyron commented Dec 4, 2020

Linting failed on files unrelated to this pull request.

./troposphere/validators.py:314:80: E501 line too long (86 > 79 characters)
                'REDHAT_ENTERPRISE_LINUX', 'SUSE', 'CENTOS', 'DEBIAN', 'ORACLE_LINUX']
                                                                               ^
./troposphere/kinesisanalyticsv2.py:10:80: E501 line too long (80 > 79 characters)
VALID_RUNTIME_ENVIRONMENTS = ('SQL-1_0', 'FLINK-1_6', 'FLINK-1_8', 'FLINK-1_11')

Sorry, that was me since Travis wasn't showing in PRs until this week. Fixing here: #1845

@ewascent
Copy link
Contributor Author

ewascent commented Dec 4, 2020

@PatMyron was not trying to be lazy. I wanted to keep the scope of the changes clear since I am a random human to this project. :)

@markpeek markpeek merged commit 3475466 into cloudtools:master Jan 24, 2021
@markpeek
Copy link
Member

Thanks! Further update likely we should move from a list of values to just checking the upper/lower bounds and alignment.

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.

None yet

4 participants