Skip to content

Commit

Permalink
feat: support for nodejs20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AlesioSinopoli committed Jan 11, 2024
1 parent 9210825 commit 39a6577
Show file tree
Hide file tree
Showing 4 changed files with 1,370 additions and 1,084 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -20,6 +20,7 @@ Serverless plugin to allow middleware handlers configured directly in serverless
- [x] nodejs14.x (both Javascript and Typescript)
- [x] nodejs16.x (both Javascript and Typescript)
- [x] nodejs18.x (both Javascript and Typescript)
- [x] nodejs20.x (both Javascript and Typescript)
- [ ] dotnetcore2.1
- [ ] java8
- [ ] java11
Expand Down Expand Up @@ -62,7 +63,7 @@ For example:
```yaml
provider:
name: aws
runtime: nodejs18.x
runtime: nodejs20.x

functions:
myFunction:
Expand Down Expand Up @@ -120,7 +121,7 @@ For example:

provider:
name: aws
runtime: nodejs18.x
runtime: nodejs20.x

functions:
myFunction:
Expand All @@ -145,7 +146,7 @@ For example:

provider:
name: aws
runtime: nodejs18.x
runtime: nodejs20.x

custom:
middleware:
Expand Down

0 comments on commit 39a6577

Please sign in to comment.