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

Commit 14a2c4f

Browse files
committed
Minor changes in setup instructions
1 parent d37afa4 commit 14a2c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workshop/content/setup/_index.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ In order to complete this workshop, you’ll need access to an AWS account. Your
1414

1515
<hr />
1616

17-
### Run this workshop using Cloud9 (Recommended)
17+
### Setup using AWS Cloud9 (Recommended)
1818

1919
[AWS Cloud9](https://aws.amazon.com/cloud9/) is a cloud-based integrated development environment (IDE) that lets you write, run, and debug code from any machine with just a browser. We recommend using it to run this workshop because it already comes with the necessary set of tools pre-installed, but the workshop is not dependent on it, so you are free to run it from your local computer as well.
2020

2121
If you want to use Cloud9, follow these instructions: [Create a Cloud9 Workspace](/setup/cloud9.html).
2222

2323
<hr />
2424

25-
### Run this workshop on my own computer, not using Cloud9
25+
### Setup using my own computer, not using Cloud9
2626

2727
If you prefer to run the workshop from your local computer without using Cloud9, make sure you install the following tools which are available for Linux, MacOS and Windows.
2828

2929
* [Docker Desktop](https://www.docker.com/products/docker-desktop) - Required to simulate the Lambda runtime locally.
30-
* [SAM CLI v0.31.0+](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) - For running Lambda functions locally as well as to package and deploy Serverless apps.
30+
* [SAM CLI v0.31.0+](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html) - To run functions locally and package/deploy SAM apps.
3131
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) - To create resources in your AWS account.
3232
* [Git Client](https://git-scm.com/downloads) - To interact with the CodeCommit repository by pushing code changes.
3333
* [NodeJS and npm](https://www.npmjs.com/get-npm) - The sample app you will create is NodeJs-based.

0 commit comments

Comments
 (0)