AWS Lambda for transformation of messages

感情迁移 提交于 2020-01-17 07:06:53

问题


My architecture is something like as:

SNS -> AWS Lambda -> Dynamo Db

SNS is publishing messages to which AWS Lambda function is the subscriber and then AWS Lambda pushes the data into Dynamo Db.

Is AWS Lambda good for doing transformations? Eg. I wanted to transform the message received by AWS Lambda to some other form and then pass it to downstream systems. By 'good', I mean is it normally done in AWS Lambda or for transformation, or I should use SQS Consumer probably for that?

来源:https://stackoverflow.com/questions/44468080/aws-lambda-for-transformation-of-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!