Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 1d227bc

Browse files
committed
some minor corrections about the SAM template
1 parent 2f66a85 commit 1d227bc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

responses/05_confirm-aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Amazon S3 Buckets are a very flexible type of data storage -- they can be config
88

99
## Step 5: Confirm AWS S3 configuration
1010

11-
### :keyboard: Activity: Create an AWS account by the following specifications, and confirm here
11+
### :keyboard: Activity: Create an S3 bucket
1212

1313
1. Navigate to the [Amazon S3](https://s3.console.aws.amazon.com/s3/home) service and click on **Create bucket**.
1414
- See [_Create a Bucket_](https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html) on AWS documentation for the most detailed instructions.
1515
1. Name the bucket whatever you'd like, and jot the name down
16-
1. Select a region, and jot it down. You'll need it later. These examples use **us-west-2**. If you'd like to choose another region, make sure to update the `aws-config.yml` file to match.
16+
1. Select a region, and jot it down. You'll need it later. These examples use **US West (Oregon)**, also known as **us-west-2**. If you'd like to choose another region, make sure to update the `aws-config.yml` file to match.
1717
1. For all other options, accept the defaults.
1818
1. In `.github/aws-config.yml` on this branch, change the value of `s3_bucket:` to match your chosen bucket name.
1919
1. In the same file, confirm that the `region:` value matches your chosen region for the S3 bucket.

responses/07_approve.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Whenever you're using a GitHub Action, it's important to read the documentation.
1212

1313
This file is a bit trickier. The template `aws-config.yml` file that was documented with the action has a placeholder for this template, but doesn't specify what we should do.
1414

15-
In our case, we created the `sam-template.yml` for you. It contains information that's specific about the application source code in this repository. When we tell AWS to deploy, it wonders "Deploy _what_?". This file communicates which files should be deployed, and how, within our S3 bucket on AWS.
15+
This file is specific to deploying a serverless application to AWS. Specifically, an AWS SAM template tells AWS how to set up the application's architecture. Read more about it in [_AWS SAM Template Concepts_](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-basics.html) in the AWS documentation.
16+
17+
In our case, we created the `sam-template.yml` for you. It contains information that's specific about the application's endpoints and structure.
1618

1719
## Step 7: Approve the pull request
1820

0 commit comments

Comments
 (0)