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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Contact Details
No response
Feature Request
The lambda starter should provide a standard for how environment variables are handled.
.envfile.envfile to the build so file is available when running in the container with SAM.Note, any credentials should use secret manager package.
Are you currently using a workaround / alternative solution instead?
Environment variables are being passed in through different ways, as a
.envand using a config helper utility or Localstack init-aws files.