DVA-C01
00:00:00
Answered: 0 / 65
A developer is working on a DynamoDB table that stores item-level changes. When an item is updated, the developer needs a Lambda function to receive only the item's state before the modification — not the new value — so it can be archived to S3. Which DynamoDB Streams StreamViewType should the developer configure?
OLD_IMAGE
NEW_IMAGE
KEYS_ONLY
NEW_AND_OLD_IMAGES
