We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d556663 commit 6583a52Copy full SHA for 6583a52
cloudformation/main.yml
@@ -86,7 +86,7 @@ Resources:
86
Properties:
87
Location: ./warmer.yml
88
Parameters:
89
- FunctionToWarm: !Ref ${ApplicationPrefix}-lambda
+ FunctionToWarm: !Sub ${ApplicationPrefix}-lambda
90
91
AppSecurityRoles:
92
Type: AWS::Serverless::Application
0 commit comments