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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: