Skip to content

Commit e8777bd

Browse files
committed
docs: show runtime default and old example if you need nodejs8.10
1 parent 7799044 commit e8777bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/04-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following Lambda-specific settings are available:
6565
- `role` – IAM role ARN, defaulting to the one Up creates for you
6666
- `memory` – Function memory in mb (Default `512`, Min `128`, Max `3008`)
6767
- `policy` – IAM function policy statement(s)
68-
- `runtime` — Lambda function runtime
68+
- `runtime` — Lambda function runtime. (Default `nodejs10.x`)
6969
- `vpc` - VPC subnets and security groups
7070

7171
For example:
@@ -75,7 +75,7 @@ For example:
7575
"name": "api",
7676
"lambda": {
7777
"memory": 512,
78-
"runtime": "nodejs10.x",
78+
"runtime": "nodejs8.10",
7979
"vpc": {
8080
"subnets": [
8181
"subnet-aaaaaaa",

0 commit comments

Comments
 (0)