We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2244d + f5113cc commit 7aec07bCopy full SHA for 7aec07b
function02-template.yaml
@@ -26,6 +26,8 @@ Parameters:
26
Type: 'AWS::SSM::Parameter::Value<String>'
27
UnreadNotificationManagerTableName:
28
29
+ ScreenedArticleTableName:
30
+ Type: 'AWS::SSM::Parameter::Value<String>'
31
CognitoUserPoolId:
32
33
CognitoIdentityPoolId:
@@ -70,6 +72,7 @@ Resources:
70
72
Environment:
71
73
Variables:
74
TOPIC_TABLE_NAME: !Ref TopicTableName
75
+ SCREENED_ARTICLE_TABLE_NAME: !Ref ScreenedArticleTableName
76
ELASTIC_SEARCH_ENDPOINT: !Ref ElasticSearchEndpoint
77
PRIVATE_CHAIN_AWS_SECRET_ACCESS_KEY: !Ref PrivateChainAwsSecretAccessKey
78
PRIVATE_CHAIN_EXECUTE_API_HOST: !Ref PrivateChainExecuteApiHost
0 commit comments