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

Feature request: Add AWS_LAMBDA_INITIALIZATION_TYPE environment variable #7532

Closed
leandrodamascena opened this issue Oct 3, 2024 · 2 comments · Fixed by #7533
Closed

Feature request: Add AWS_LAMBDA_INITIALIZATION_TYPE environment variable #7532

leandrodamascena opened this issue Oct 3, 2024 · 2 comments · Fixed by #7533
Labels
area/local stage/pr Has a PR ready for review type/feature Feature request

Comments

@leandrodamascena
Copy link
Contributor

Describe your idea/feature/enhancement

According to the official AWS documentation there is a environment variable named AWS_LAMBDA_INITIALIZATION_TYPE that can contains following values: on-demand, provisioned-concurrency, or snap-start. Since SAM is intended to emulate Lambda in local environment, so, its good if SAM can include this env var with the value on-demand, for example.

Proposal

Add this environment variable.

@leandrodamascena leandrodamascena added stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. type/feature Feature request labels Oct 3, 2024
@hawflau
Copy link
Contributor

hawflau commented Oct 3, 2024

@leandrodamascena Thanks for raising the issue and the PR. I'll take a look into the PR!

@hawflau hawflau added stage/pr Has a PR ready for review area/local and removed stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Oct 3, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/local stage/pr Has a PR ready for review type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants