Level 1
AWS Certified Developer - Associate
10%
Q1
10 Qs
Q1
Before deploying the new serverless application developed using AWS Lambda functions and intending to use the AWS Serverless Application Model (AWS SAM) CLI, what is the recommended step for the developer to complete?
Select Answer
Create the application environment using the eb create my-env command.
Compress the application to a .zip file and upload it into AWS Lambda.
Test the new AWS Lambda function by first tracing it in AWS X-Ray.
Bundle the serverless application using a SAM package.
Check Answer