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

Commit

Permalink
fix: params on the wrong resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-audi committed Sep 11, 2023
1 parent f246911 commit 4508379
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 4508379

Please sign in to comment.