I am just getting into aws lambda functions and have written a function that fetches some data from a dynamodb table. This is the function:
import boto3 from