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

Commit d37afa4

Browse files
committed
Removed eengine instructions, modified gitignore
1 parent 786ed0c commit d37afa4

File tree

3 files changed

+48
-12
lines changed

3 files changed

+48
-12
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
workshop/themes/*

workshop/content/setup/_index.en.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,28 @@ pre = "<b>0. </b>"
88

99
# Setup
1010

11-
### Login to the AWS Workshop Portal
11+
### AWS Account
1212

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:
14-
[https://dashboard.eventengine.run](https://dashboard.eventengine.run)
13+
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).
1514

16-
### Type the hash you received
15+
<hr />
1716

18-
![EventEngineHash](/images/screenshot-event-engine-1.png)
17+
### Run this workshop using Cloud9 (Recommended)
1918

20-
### Click on the AWS Console button
19+
[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.
2120

22-
![EventEngineConsoleAccess](/images/screenshot-event-engine-2.png)
21+
If you want to use Cloud9, follow these instructions: [Create a Cloud9 Workspace](/setup/cloud9.html).
2322

24-
### Open the AWS Console
23+
<hr />
2524

26-
![EventEngineConsoleAccess](/images/screenshot-event-engine-3.png)
25+
### Run this workshop on my own computer, not using Cloud9
2726

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.
2928

30-
![EventEngineConsoleHome](/images/screenshot-event-engine-4.png)
29+
* [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).
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
+++
2+
title = "Setup"
3+
date = 2019-10-02T10:19:58-07:00
4+
weight = 5
5+
chapter = true
6+
pre = "<b>0. </b>"
7+
+++
8+
9+
# Setup
10+
11+
### Login to the AWS Workshop Portal
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:
14+
[https://dashboard.eventengine.run](https://dashboard.eventengine.run)
15+
16+
### Type the hash you received
17+
18+
![EventEngineHash](/images/screenshot-event-engine-1.png)
19+
20+
### Click on the AWS Console button
21+
22+
![EventEngineConsoleAccess](/images/screenshot-event-engine-2.png)
23+
24+
### Open the AWS Console
25+
26+
![EventEngineConsoleAccess](/images/screenshot-event-engine-3.png)
27+
28+
### You can start the workshop now!
29+
30+
![EventEngineConsoleHome](/images/screenshot-event-engine-4.png)

0 commit comments

Comments
 (0)