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

Commit 9f734e6

Browse files
author
Lia Vader
committed
remove reinvent ref from CF template, update module 1 instructions
1 parent 91f8cdc commit 9f734e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

Auth/2_ServerlessAPI/ServerlessBackend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Resources:
5555
Type: AWS::Lambda::Function
5656
Properties:
5757
FunctionName: RequestUnicorn
58-
Runtime: nodejs8.10
58+
Runtime: nodejs6.10
5959
Role: !GetAtt RequestUnicornExecutionRole.Arn
6060
Timeout: 5
6161
MemorySize: 128

0 commit comments

Comments
 (0)