Skip to content

Commit

Permalink
fix: Dropping Node 10 from example yml
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Nov 11, 2021
1 parent 8c8a665 commit 2d92079
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/nodejs/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ custom:
logLevel: debug

functions:
layer-nodejs10x:
events:
- schedule: rate(5 minutes)
handler: handler.handler
package:
exclude:
- ./**
include:
- handler.js
runtime: nodejs10.x

layer-nodejs12x:
events:
- schedule: rate(5 minutes)
Expand Down

0 comments on commit 2d92079

Please sign in to comment.