setup-sam
setup-sam copied to clipboard
How to pass environment variables
my samconfig.toml contains some environment variables used during deployment.
for example
parameter_overrides = "VipsDiscThreshold=\"16g\" and other sensitive details.
is there a way to safely pass these parameters during build without putting them in the samconfig.toml file?
You can pass this as a flag to the cli command
--parameter-overrides "VipsDiscThreshold=16g"