Skip to content

Commit da6985f

Browse files
author
James Prendergast
committed
Update initial deploy instructions
1 parent 07d3af2 commit da6985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Outputs:
195195
Open your terminal and change the working directory to the solution root and then enter this command to deploy this CloudFormation stack
196196

197197
```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
199199
```
200200

201201
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

Comments
 (0)