Skip to content

Commit

Permalink
Merge pull request #418 from keillera/ALIS-5279
Browse files Browse the repository at this point in the history
ALIS-5279: Add UserConfigurationsTableName.
  • Loading branch information
keillera authored Apr 28, 2020
2 parents 4da37f6 + 42c58bc commit efbae20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions function02-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Resources:
Variables:
ARTICLE_INFO_TABLE_NAME: !Ref ArticleInfoTableName
ARTICLE_CONTENT_EDIT_HISTORY_TABLE_NAME: !Ref ArticleContentEditHistoryTableName
USER_CONFIGURATIONS_TABLE_NAME: !Ref UserConfigurationsTableName
Handler: handler.lambda_handler
MemorySize: 3008
Role:
Expand Down Expand Up @@ -203,6 +204,7 @@ Resources:
PRIVATE_CHAIN_BRIDGE_ADDRESS: !Ref PrivateChainBridgeAddress
ALL_TOKEN_HISTORY_CSV_DOWNLOAD_S3_BUCKET: !Ref AllTokenHistoryCsvDownloadS3Bucket
BURN_ADDRESS: !Ref BurnAddress
USER_CONFIGURATIONS_TABLE_NAME: !Ref UserConfigurationsTableName
Handler: handler.lambda_handler
MemorySize: 3008
Role:
Expand Down

0 comments on commit efbae20

Please sign in to comment.