Skip to content

Commit

Permalink
Merge pull request #419 from keillera/ALIS-5279
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
keillera authored Apr 28, 2020
2 parents efbae20 + 2c487d4 commit 1d3bf57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions function-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ Resources:
PRIVATE_CHAIN_AWS_ACCESS_KEY: !Ref PrivateChainAwsAccessKey
PRIVATE_CHAIN_AWS_SECRET_ACCESS_KEY: !Ref PrivateChainAwsSecretAccessKey
PRIVATE_CHAIN_EXECUTE_API_HOST: !Ref PrivateChainExecuteApiHost
USER_CONFIGURATIONS_TABLE_NAME: !Ref UserConfigurationsTableName
Handler: handler.lambda_handler
MemorySize: 3008
Role: !GetAtt LambdaRole.Arn
Expand Down
1 change: 0 additions & 1 deletion function02-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ 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

0 comments on commit 1d3bf57

Please sign in to comment.