Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the necessary step for a developer to perform before deploying a new serverless application using AWS Lambda functions with the AWS Serverless Application Model (AWS SAM) CLI?
A
Compressing the application into a .zip file and uploading it to AWS Lambda.
B
Tracing the new AWS Lambda function using AWS X-Ray for testing purposes.
C
Bundling the serverless application with the SAM package command.
D
Creating the application environment with the 'eb create my-env' command.