You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Outputs:
195
195
Open your terminal and change the working directory to the solution root and then enter this command to deploy this CloudFormation stack
196
196
197
197
```bash
198
-
sam deploy --template-file cloudfront-template.yml --tags "purpose=lab project=lambda-edge-ab" --stack-name lambda-edge-dist
198
+
sam deploy --stack-name lambda-edge-lab --region us-east-1 -g
199
199
```
200
200
201
201
It will take a little while for the stack to complete deployment. When it does you should see output similar to the following in your terminal - listing the outputs of the cloudformation stack you have deployed:
0 commit comments