Skip to content

Commit d39a018

Browse files
Njk00Nicola D'Orazio
and
Nicola D'Orazio
authoredNov 11, 2022
fixed readme (aws-samples#219)
Co-authored-by: Nicola D'Orazio <orazion@amazon.it>
1 parent 2253b8f commit d39a018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ NOTE: Run the deployment commands below in a Unix-like shell such as sh, bash, z
9090
3. TypeScript compile and run Webpack: `npm run build`
9191
4. Run SAM build. `sam build`
9292
5. Run SAM package: `sam package --output-template-file packaged.yaml --s3-bucket <Your SAM bucket>`
93-
6. Run SAM deploy: `sam deploy --template-file packaged.yaml --stack-name <Your Stack Name> --capabilities CAPABILITY_IAM --parameter-overrides EmailAddress=<your email>`
93+
6. Run SAM deploy: `sam deploy --s3-bucket <Your SAM bucket> --stack-name <Your Stack Name> --capabilities CAPABILITY_IAM --parameter-overrides EmailAddress=<your email>`
9494

9595
Providing an email address (as above in step 6) is optional. If you provide it, a user will be created in the Cognito User Pool that you can sign-in with.
9696

0 commit comments

Comments
 (0)