List of questions
Related questions
Question 289 - DVA-C02 discussion
A company is using the AWS Serverless Application Model (AWS SAM) to develop a social media application. A developer needs a quick way to test AWS Lambda functions locally by using test event payloads. The developer needs the structure of these test event payloads to match the actual events that AWS services create.
Create shareable test Lambda events. Use these test Lambda events for local testing.
Store manually created test event payloads locally. Use the sam local invoke command with the file path to the payloads.
Store manually created test event payloads in an Amazon S3 bucket. Use the sam local invoke command with the S3 path to the payloads.
Use the sam local generate-event command to create test payloads for local testing.
0 comments
Leave a comment first