Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Disable Node 6 in example (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Erica Windisch <73207+ewindisch@users.noreply.github.com>
  • Loading branch information
ewindisch authored and kolanos committed Aug 7, 2019
1 parent e191b3d commit bd2d2d9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/serverless/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ custom:
token: ${env:IOPIPE_TOKEN}

functions:
layer-nodejs610:
handler: handler.handler
package:
exclude:
- ./**
include:
- handler.js
runtime: nodejs6.10

layer-nodejs810:
handler: handler.handler
package:
Expand Down

0 comments on commit bd2d2d9

Please sign in to comment.