@@ -36,7 +36,7 @@ This template is opinionated, and makes use of:
3636 - Select all * repo* options.
3737 - Click on the * Generate token* button.
3838 - Copy the generated hash value (you will not be able to see it again). This is your GitHub Token.
39- - Clone repository to your computer, and change all references to * python-serverless-template* to * your-project -name* .
39+ - Clone repository to your computer, and change all references to * python-serverless-template* to * your-service -name* .
4040- [ Create an AWS account] [ aws-account-create ] if you don't have one already.
4141- Ensure AWS has access to your GitHub account.
4242 - In your AWS account, go to * Services* and type * codebuild* .
@@ -50,11 +50,11 @@ This template is opinionated, and makes use of:
5050 - In the * Specify Template* section, select * Upload a template file* .
5151 - Click on the * Choose file* button, and select the * setup-template.yaml* cloudformation template located in this repository.
5252 - Click on * Next* .
53- - Enter a stack name (for example, your-project -name-stack-setup)
53+ - Enter a stack name (for example, your-service -name-stack-setup)
5454 - In the * Parameters* section, enter:
5555 - The email address where staging build errors should be sent to.
5656 - The full url to your GitHub repo (for example, https://github.com/gridsmartercities/python-serverless-template.git )
57- - The name of your service (for example, * your-project -name* ).
57+ - The name of your service (for example, * your-service -name* ).
5858 - Enter the GitHub token you generated before.
5959 - Click * Next* .
6060 - Accept the * Capabilities and transforms* options at the bottom of the page, and click the * Create stack* button.
0 commit comments