Skip to content

Commit e54f529

Browse files
author
Prakash
committed
Fixed stack name to avoid Cognito Idenitypool failure
1 parent da78258 commit e54f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Update the configuration file with appropriate values for *SourceRepo, ApprovalT
4545
Once the configuration file has been updated, execute the following command to create the CloudFormation stack which will create the required CodePipeline.
4646

4747
```bash
48-
aws cloudformation create-stack --stack-name automated-ui-testing --template-body file://automated-ui-testing.yaml --parameters file://automated-ui-testing-params.json --capabilities CAPABILITY_NAMED_IAM
48+
aws cloudformation create-stack --stack-name automated_ui_testing --template-body file://automated-ui-testing.yaml --parameters file://automated-ui-testing-params.json --capabilities CAPABILITY_NAMED_IAM
4949
```
5050

5151
Once the CloudFormation successfully creates the stack, it would have created a CodePipeline with similar stages as shown below.

0 commit comments

Comments
 (0)