Replies: 1 comment
-
At the moment, I'm managing this with a Makefile so the env variables gets passed though automatically for the various Ideally, SAM would support some manner of defining/loading Parameters from the host environment, allowing sensitive data to be used by SAM but not stored directly in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
Right now i'm using samconfig.toml to pass Parameters into my template.yaml.
The file is under version control and is uploaded to a remote repo.
There is a secret which is not in samconfig.toml and I explicitly pass it via the command line, i.e.
It would would have been nice if it could be passed implicitly direct from my host environment parameters.
Best,
Roy
Beta Was this translation helpful? Give feedback.
All reactions