Skip to content

Commit 27c72a2

Browse files
project changed to service
1 parent 5e539dd commit 27c72a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

setup-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Build template for Dev and Staging projects
44

55
Parameters:
66
ServiceName:
7-
Description: Enter a lower case, high level service name without environment details. Used to autofill service names. For example, your-project-name
7+
Description: Enter a lower case, high level service name without environment details. Used to autofill service names. For example, your-service-name
88
Type: String
99
Default: "{SERVICE}"
1010
GitRepo:

0 commit comments

Comments
 (0)