- [ ] Choose a serverless framework [AWS Lambda] - [ ] Write a function Description - Write the Lambda function code in Python to retrieve the JSON data from DynamoDB - Ensure the function properly handles errors and edge cases. - Create an IAM role with the necessary permissions to access DynamoDB - Assign this role to the Lambda function. - Set up a function URL to invoke the Lambda function via HTTP requests. - Ensure the URL is secured and only accessible to authorized users or applications.
Description