AWS NodeJS DynamoDBMapper

Hello All - I am planning to use AWS Dynamo-Data-Mapper for ORM mapping while creating lambda functions in NodeJS with DynamoDB storage. This library is still under developer preview. Does anyone has experience in using this library and is there a risk of using this library since it is still under developer preview? Is there any other better NodeJS library to use for ORM with Dynamo DB.
Thanks

How about trying https://github.com/balmbees/dynamo-typeorm haha i maintain and use this on production so proudly recommend to you :slight_smile: I’ve been through same phase of searching for dynamodb ORM and i really couldn’t find any decent one.