how to get certain columns from dynamodb aws – Amazon Web Sevices
I want to get only timestamp, address, distance, and proximity from DynamoDB using Lambda function, so that I can get the response at API Gateway to display on my React Native app. May I know what's wrong with my Lambda…