clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

Example project code #151

Closed jinusean closed 6 years ago

jinusean commented 6 years ago

Are there any examples where dynogels is used in a serverless project? Or could someone point me in the right direction on how to properly use dynogels in function calls, and setting up tables in a project.

cdhowie commented 6 years ago

Use dynogels in Lambda functions just like you use it elsewhere.

As far as setting up tables, generally what people do is have a Lambda function specifically for creating tables, and invoke it as part of the CI process that deploys new code to Lambda.