benhutchins / dyngoose

Elegant DynamoDB object modeling for Typescript.
https://www.npmjs.com/package/dyngoose
ISC License
89 stars 14 forks source link

Any support for AWS CDK? #626

Closed pjvds closed 1 year ago

pjvds commented 1 year ago

We define our stack with the AWS Cloud Development Kit and want to migrate our DynamoDB code to use dyngoose. Is are way to create a dynamodb.Table from a dyngoose table definition?

benhutchins commented 1 year ago

This is a great feature request, will certainly add an official adapter to the library.

benhutchins commented 1 year ago

I’ve added CDK utilities to Dyngoose v4.0.0

pjvds commented 1 year ago

Love the fast turn over time. You rock!