type dynamodb_streams tag stream aws_region ddblocal stream_arn "#{ENV['STREAM_ARN']}" # Only pass MODIFY event type grep regexp1 event_name MODIFY # Only keep new_image type jq jq '.dynamodb|{new_image:.new_image}' type stdout