Skip to content

Commit 7aec07b

Browse files
authored
Merge pull request #408 from keillera/ALIS-5020
ALIS-5056: Add env ScreenedArticleTableName for ArticlesTipRanking
2 parents 9e2244d + f5113cc commit 7aec07b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

function02-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Parameters:
2626
Type: 'AWS::SSM::Parameter::Value<String>'
2727
UnreadNotificationManagerTableName:
2828
Type: 'AWS::SSM::Parameter::Value<String>'
29+
ScreenedArticleTableName:
30+
Type: 'AWS::SSM::Parameter::Value<String>'
2931
CognitoUserPoolId:
3032
Type: 'AWS::SSM::Parameter::Value<String>'
3133
CognitoIdentityPoolId:
@@ -70,6 +72,7 @@ Resources:
7072
Environment:
7173
Variables:
7274
TOPIC_TABLE_NAME: !Ref TopicTableName
75+
SCREENED_ARTICLE_TABLE_NAME: !Ref ScreenedArticleTableName
7376
ELASTIC_SEARCH_ENDPOINT: !Ref ElasticSearchEndpoint
7477
PRIVATE_CHAIN_AWS_SECRET_ACCESS_KEY: !Ref PrivateChainAwsSecretAccessKey
7578
PRIVATE_CHAIN_EXECUTE_API_HOST: !Ref PrivateChainExecuteApiHost

0 commit comments

Comments
 (0)