Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 278 Bytes

Get start

degit https://github.com/ianzone/lambda-nestify <your api>
cd <your api>
mv .env.example .env
pnpm i -g @antfu/ni @nestjs/cli
ni
nr dev

port can be changed in .env

see package.json for more scripts

Add-ons

Dynamodb access: dynamoose, nestjs-dynamoose