Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from tiki/release/redeploy
Browse files Browse the repository at this point in the history
fix: params on the wrong resource
  • Loading branch information
mike-audi committed Sep 11, 2023
2 parents f246911 + 4508379 commit b7bfed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/aws/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Resources:
Location: queue.yml
Parameters:
QueueName: cleanroom-sample-catalog
BucketName: mytiki-cleanroom-sample
DatabaseName: cleanroom_sample

Function:
Type: AWS::Serverless::Application
Properties:
Location: function.yml
Parameters:
QueueArn: !GetAtt [Queue, Outputs.Arn]
BucketName: mytiki-cleanroom-sample
DatabaseName: cleanroom_sample

0 comments on commit b7bfed1

Please sign in to comment.