Skip to content

Commit 511f40e

Browse files
authored
Merge pull request #14 from jaystack/node-16-upgrade
Update default node version
2 parents 361a63c + ad1bb76 commit 511f40e

File tree

7 files changed

+5844
-713
lines changed

7 files changed

+5844
-713
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Define a base class for FunctionalService to set basic Lambda settings in the AW
151151
```js
152152
import { FunctionalService, aws } from 'functionly'
153153

154-
@aws({ type: 'nodejs12.x', memorySize: 512, timeout: 3 })
154+
@aws({ type: 'nodejs16.x', memorySize: 512, timeout: 3 })
155155
export class TodoService extends FunctionalService { }
156156
```
157157

0 commit comments

Comments
 (0)