You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the DynamoDBStreamEnvelope and the DynamoDBStreamSchema schemas should unmarshall the parts of the payload that include DynamoDB AttributeValues into JavaScript objects.
Current Behavior
Currently they leave the payload as-is, which leaves it to the customer to make the conversion in their code.
Code snippet
N/A
Steps to Reproduce
N/A
Possible Solution
No response
Powertools for AWS Lambda (TypeScript) version
latest
AWS Lambda function runtime
22.x
Packaging format used
npm
Execution logs
The text was updated successfully, but these errors were encountered:
Expected Behavior
Both the
DynamoDBStreamEnvelope
and theDynamoDBStreamSchema
schemas should unmarshall the parts of the payload that include DynamoDBAttributeValue
s into JavaScript objects.Current Behavior
Currently they leave the payload as-is, which leaves it to the customer to make the conversion in their code.
Code snippet
N/A
Steps to Reproduce
N/A
Possible Solution
No response
Powertools for AWS Lambda (TypeScript) version
latest
AWS Lambda function runtime
22.x
Packaging format used
npm
Execution logs
The text was updated successfully, but these errors were encountered: