Skip to content

Commit 47529a3

Browse files
author
ChadKluck
committed
expanded build-scripts/update_template_timestamp.py to include VersionDescription
1 parent 79d5b75 commit 47529a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application-infrastructure/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ Resources:
584584
Type: "AWS::Lambda::Permission"
585585
Properties:
586586
Action: lambda:InvokeFunction
587-
FunctionName: !Ref AppFunction
587+
FunctionName: !Sub "${AppFunction}:live"
588588
Principal: apigateway.amazonaws.com
589589
SourceArn: !Sub arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${WebApi}/*
590590

0 commit comments

Comments
 (0)