Unmarshalling Number Fields on DynamoDB Eventbridge Pipe Transform

0

Hello Everyone, I have setup an EventBridge Pipe with a Transform, sourced from a DynamoDB stream event.

My issue is that I cannot get the Transform to correctly present DynamoDB Numbers without quotes. Every field coming through the Transform is double-quoted, and therefore seen as a STRING by the pipe's Target. I have tried removing double-quotes in the Transform file without success.

Does anyone know how I can get a NUMBER attribute from DynamoDB Stream through an EventBridge Pipe Transform without double quotes? It seems overkill to force it through an enrichment just to get it unmarshalled.

David
asked 8 months ago189 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions