guardian / gibbons

Cleanup monkeys for the CAPI API keys table
0 stars 0 forks source link

Replace deprecated `bucket` riff-raff parameter #44

Closed fredex42 closed 2 years ago

fredex42 commented 2 years ago

The bucket parameter in riff-raff.yaml has been deprecated in favour of bucketSsmLookup. This causes Riffraff to look up the destination bucket from a parameter in the AWS account's SSM parameter store instead of being hard-coded. We are currently getting deprecation warnings when deploying this project in riffraff, and merging this PR should fix that by replacing the deprecated parameter with the new one.