aws-greengrass-gdk-cli icon indicating copy to clipboard operation
aws-greengrass-gdk-cli copied to clipboard

(gdk): allow environment variables substitition in gdk-config.json

Open statefb opened this issue 1 year ago • 0 comments

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

Other N/A

  • [x] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

statefb avatar May 31 '23 05:05 statefb