'AWS Lambda Function - Object Mapper

We are creating an AWS Lambda Function for integrating two Data Stores. The AWS Lambda function get the data from the source Mongo DB via an AWS MSK Topic and it will transform the data into the destination model and call the destination API for completing the integration. The scripting language for the LAmbda Function is Typescript. For performing the object transformation, currently we are writing custom transformation code. Are there any NPM Packages that support transformation?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source