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

Commit cabc918

Browse files
authored
Merge pull request #211 from justonian/master
Updating Auth workshop CF template to use Node 8.10 runtime
2 parents 109116f + 18ee5b9 commit cabc918

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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: nodejs6.10
58+
Runtime: nodejs8.10
5959
Role: !GetAtt RequestUnicornExecutionRole.Arn
6060
Timeout: 5
6161
MemorySize: 128
-128 KB
Loading

0 commit comments

Comments
 (0)