Skip to content

Commit 52447ce

Browse files
committed
Update default runtime to nodejs10.x
1 parent d192a81 commit 52447ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sammie",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Serverless Application Model Made Infinitely Easier",
55
"license": "MIT",
66
"author": "Garth Poitras <garth22@gmail.com>",

src/templates/sam.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"FunctionName": { "Ref": "AWS::StackName" },
1717
"CodeUri": "index.js",
1818
"Handler": "index.handler",
19-
"Runtime": "nodejs8.10",
19+
"Runtime": "nodejs10.x",
2020
"MemorySize": 256,
2121
"Timeout": 10
2222
}

0 commit comments

Comments
 (0)