aws-actions / setup-sam

Action to set up AWS SAM CLI and add it to the PATH
Apache License 2.0
151 stars 23 forks source link

How to pass environment variables #100

Open oluSammy opened 7 months ago

oluSammy commented 7 months ago

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?