Topic 1 Question 194
A company has developed a new serverless application using AWS Lambda functions that will be deployed using the AWS Serverless Application Model (AWS SAM) CLI.
Which step should the developer complete prior to deploying the application?
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.
Create the application environment using the eb create my-env command.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C👍 4Digo30sp2023/10/06
- 正解だと思う選択肢: C
C is correct
👍 2dilleman2023/10/11 - 正解だと思う選択肢: C
C. Bundle the serverless application using a SAM package.
Before deploying a serverless application using the AWS Serverless Application Model (AWS SAM) CLI, the developer should bundle the application using the sam package command. This command packages and uploads the local artifacts of your serverless application to Amazon S3, and it produces a packaged AWS SAM template file that you can deploy with the sam deploy command.
👍 1TanTran042023/12/12
シャッフルモード