CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Update SAM so we can pass in the environment and other variables #24

Closed briri closed 1 year ago

briri commented 1 year ago

Update the SAM template so that the environment code (dev, stg, prd) can be passed in when running builds/deploys.

Also ensure that all SSM parameters are setup for each env.

briri commented 1 year ago

Got this working by setting parameter_overrides in thesamconfig.toml file and adding some parameters to the template.yaml that fetch values from SSM.