Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add apple feast pubsub secret to cloudformation #1413

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
AppleFeastPubSubSecret:
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 AppleFeastPubSubSecret
Description: Records app store events for Feast app
MemorySize: 128
Timeout: 29
Expand Down
Loading