How to get the pure Json string from DynamoDB stream new image?

后端 未结 6 944
不知归路
不知归路 2020-12-09 18:59

I\'ve a Dynamodb table with streaming enabled. Also I\'ve created a trigger for this table which calls an AWS Lambda function. Within this lambda function, I\'m trying read

6条回答
  •  我在风中等你
    2020-12-09 19:41

    Did you figure out a way to do this. One crude way is to create your own parser but even we don't want to go with that approach

提交回复
热议问题