From 308f67b04228aff05e451b11aac89838b6f9ed1f Mon Sep 17 00:00:00 2001 From: Michael Jacobson Date: Wed, 20 Mar 2024 11:35:52 +0000 Subject: [PATCH] add apple feast pubsub secret to cloudformation (#1413) * add apple feast pubsub secret to cloudformation * tweak name --- cloudformation.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cloudformation.yaml b/cloudformation.yaml index 6cf59ec30..6defaeca9 100644 --- a/cloudformation.yaml +++ b/cloudformation.yaml @@ -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 @@ -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