You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: workshop/content/setup/_index.en.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,28 @@ pre = "<b>0. </b>"
8
8
9
9
# Setup
10
10
11
-
### Login to the AWS Workshop Portal
11
+
### AWS Account
12
12
13
-
You should have received a **Participant Hash** that will grant you access to a temporary AWS account. Navigate to the following link to claim your temporary account:
In order to complete this workshop, you’ll need access to an AWS account. Your access needs to have sufficient permissions to create resources in IAM, CloudFormation, API Gateway, CodeCommit, CodePipeline, CodeBuild, CodeDeploy and S3. If you currently don't have an AWS account, you can create one here: [https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account).
[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.
### Run this workshop on my own computer, not using Cloud9
27
26
28
-
### You can start the workshop now!
27
+
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.
*[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.
31
+
*[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) - To create resources in your AWS account.
32
+
*[Git Client](https://git-scm.com/downloads) - To interact with the CodeCommit repository by pushing code changes.
33
+
*[NodeJS and npm](https://www.npmjs.com/get-npm) - The sample app you will create is NodeJs-based.
34
+
35
+
Once you have installed all requirements, you can start the workshop here: [Start workshop](/sam.html).
You should have received a **Participant Hash** that will grant you access to a temporary AWS account. Navigate to the following link to claim your temporary account:
0 commit comments