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
Feature Description
Allowing environment variables substitution into recipe file.
Use Case
When Greengrass component developers are working on their respective accounts, there are cases where they want to override the values in the recipe.yaml or recipe.json committed to Git with their own environment variables.
They also want to avoid committing any secret values to Git and instead inject them from environment variables.
It would be even better if they could load these values from a .env file. Each individual can add their own .env file to the .gitignore and follow a development process accordingly.
Proposed Solution
Substitute env variables before zip or build component
Feature Description
Allowing environment variables substitution into recipe file.
Use Case
Proposed Solution
Other
N/A
The text was updated successfully, but these errors were encountered: