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 has been archived by the owner on Feb 11, 2023. It is now read-only.
This is an important point to bring up. Externalizing would be a good addition to the project.
Unfortunately, Lambda@Edge has some limitations in that it does not support environment variables. With that said, the next best thing may be to support AWS Parameter Store. This will require a bit more conversation on how to best implement it into the build process. Always open to suggestions on implementation and externalization methods.
For continuous delivery reasons and improved security it would be better the secrets and other variables could be externalized.
The variables could be passed in as environment variables for example.
The text was updated successfully, but these errors were encountered: