Skip to content

Commit

Permalink
Fix deployment deprecation warning
Browse files Browse the repository at this point in the history
The riff-raff.yaml file should use `bucketSsmLookup` to instruct
riff-raff to resolve the bucket name out of SSM. This was appearing as
a warning on Aghammarad deployments, so this updates the configuration.
  • Loading branch information
adamnfish committed Apr 23, 2024
1 parent f572890 commit 5dcbbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anghammarad/riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deployments:
type: aws-lambda
parameters:
fileName: anghammarad.jar
bucket: deploy-tools-dist
bucketSsmLookup: true
prefixStack: false
functionNames:
- anghammarad-
Expand Down

0 comments on commit 5dcbbe2

Please sign in to comment.