You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
, orsnap-start
. Since SAM is intended to emulate Lambda in local environment, so, its good if SAM can include this env var with the valueon-demand
, for example.Proposal
Add this environment variable.
The text was updated successfully, but these errors were encountered: