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 3f2b664 commit e052224Copy full SHA for e052224
example/template.yml
@@ -7,7 +7,8 @@ Resources:
7
Type: AWS::S3::Bucket
8
9
# this function is used only during deployment,
10
- # enabling cloudformation to pack up the web site source and assets
+ # we use the web site assets as the source of the function
11
+ # tricking cloudformation to pack up the web site files
12
# using the standard cloudformation package process
13
SiteSource:
14
Type: AWS::Serverless::Function
0 commit comments