Skip to content

Commit

Permalink
docs: remove .runtime mention for now
Browse files Browse the repository at this point in the history
it can only be nodejs so this is just confusing
  • Loading branch information
tj committed Jun 8, 2018
1 parent 43cefa0 commit 5123803
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/04-configuration.md
Expand Up @@ -94,7 +94,6 @@ The following Lambda-specific settings are available:

- `role` – IAM role ARN, defaulting to the one Up creates for you
- `memory` – Function memory in mb (Default `512`, Min `128`, Max `1536`)
- `runtime` – Function runtime (Default `nodejs8.10`)
- `policy` – IAM function policy statement(s)
- `vpc` - VPC subnets and security groups

Expand All @@ -105,7 +104,6 @@ For example:
"name": "api",
"lambda": {
"memory": 512,
"runtime": "nodejs6.10",
"vpc": {
"subnets": [
"subnet-aaaaaaa",
Expand Down

0 comments on commit 5123803

Please sign in to comment.