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: add memory_size variable for Lambda Function #14

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

stefanfreitag
Copy link
Owner

This commit adds a new variable, memory_size, to specify the amount of memory in MByte that the Lambda Function can use at runtime. The default value is set to 160. The validation ensures that the memory_size is between 128 and 10240.

This commit adds a new variable, `memory_size`, to specify the amount of memory in MByte that the Lambda Function can use at runtime. The default value is set to 160. The validation ensures that the `memory_size` is between 128 and 10240.
@stefanfreitag stefanfreitag linked an issue Oct 29, 2023 that may be closed by this pull request
@stefanfreitag stefanfreitag added the enhancement New feature or request label Oct 29, 2023
@stefanfreitag stefanfreitag merged commit 8ab63ac into main Oct 29, 2023
@stefanfreitag stefanfreitag deleted the 13-allow-users-to-configure-lambda-memory-usage branch October 29, 2023 11:47
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.0.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to configure Lambda memory usage
2 participants