Skip to content

Commit ad1bb76

Browse files
committed
Update default node version
1 parent 361a63c commit ad1bb76

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)