Skip to content

Commit

Permalink
add apple feast pubsub secret to cloudformation (#1413)
Browse files Browse the repository at this point in the history
* add apple feast pubsub secret to cloudformation

* tweak name
  • Loading branch information
michaelbjacobson authored Mar 20, 2024
1 parent fb5eec0 commit 308f67b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ Parameters:
NoEcho: true
ApplePubSubSecret:
Type: String
Description: The secret used by google's pubsub
Description: The secret used by apple's pubsub
NoEcho: true
FeastApplePubSubSecret:
Type: String
Description: The secret used by apple's pubsub for the feast app
NoEcho: true
AlarmTopic:
Type: String
Expand Down Expand Up @@ -617,6 +621,7 @@ Resources:
Stack: !Ref Stack
App: !Ref App
QueueUrl: !Ref FeastAppleSubscriptionsQueue
Secret: !Ref FeastApplePubSubSecret
Description: Records app store events for Feast app
MemorySize: 128
Timeout: 29
Expand Down

0 comments on commit 308f67b

Please sign in to comment.