We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7799044 commit e8777bdCopy full SHA for e8777bd
docs/04-configuration.md
@@ -65,7 +65,7 @@ The following Lambda-specific settings are available:
65
- `role` – IAM role ARN, defaulting to the one Up creates for you
66
- `memory` – Function memory in mb (Default `512`, Min `128`, Max `3008`)
67
- `policy` – IAM function policy statement(s)
68
-- `runtime` — Lambda function runtime
+- `runtime` — Lambda function runtime. (Default `nodejs10.x`)
69
- `vpc` - VPC subnets and security groups
70
71
For example:
@@ -75,7 +75,7 @@ For example:
75
"name": "api",
76
"lambda": {
77
"memory": 512,
78
- "runtime": "nodejs10.x",
+ "runtime": "nodejs8.10",
79
"vpc": {
80
"subnets": [
81
"subnet-aaaaaaa",
0 commit comments