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

Commit 18ee5b9

Browse files
committed
Updated CloudFormation template to use Node 8.1 runtime
1 parent a042a52 commit 18ee5b9

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)