Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 42dd532

Browse files
authored
Merge pull request #215 from mcvader/master
Update Auth Module 1 instructions
2 parents 91f8cdc + 39dfc0a commit 42dd532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Auth/0_GettingStarted/Cloud9WithNewVPC.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
AWSTemplateFormatVersion: 2010-09-09
3-
Description: VPC Infrastructure setup and deployment of Cloud9 IDE for SRV306 AWS Re:Invent Workshop 2018
3+
Description: VPC Infrastructure setup and deployment of Cloud9 IDE for Serverless Auth Workshop
44
Resources:
55
# Create the Cloud9 Instance in a specified Subnet
66
Cloud9Instance:
77
Type: "AWS::Cloud9::EnvironmentEC2"
88
Properties:
9-
Description: "Cloud9 IDE for the SRV306 Serverless Authentication and Authorization Workshop at AWS Re:Invent 2018"
9+
Description: "Cloud9 IDE for the Serverless Authentication and Authorization Workshop
1010
AutomaticStopTimeMinutes: 60
1111
InstanceType: t2.micro
1212
Name: !Sub ${AWS::StackName}-Cloud9Instance

Auth/1_UserAuthentication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use the AWS console to create an Amazon Cognito User Pool requiring e-mail verif
8989

9090
![User Pool Setup Step 4](../images/cognito-userpool-setup-step4.png)
9191

92-
14. Leave all message defaults as-is and choose **Next step**.
92+
14. Leave all message and SES defaults as-is and choose **Next step**.
9393

9494
15. Skip adding any tags and click **Next step**.
9595

0 commit comments

Comments
 (0)