Topic 1 Question 445
2 つ選択A developer is creating a script to automate the deployment process for a serverless application. The developer wants to use an existing AWS Serverless Application Model (AWS SAM) template for the application.
What should the developer use for the project?
Call aws cloudformation package to create the deployment package. Call aws cloudformation deploy to deploy the package afterward.
Call sam package to create the deployment package. Call sam deploy to deploy the package afterward.
Call aws s3 cp to upload the AWS SAM template to Amazon S3. Call aws lambda update-function-code to create the application.
Create a ZIP package locally and call aws serverlessrepo create-applicatiion to create the application.
Create a ZIP package and upload it to Amazon S3. Call aws cloudformation create-stack to create the application.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: AB
the answer is A B
👍 3YUICH2024/10/09 CE
👍 1donakolab942024/10/01- 正解だと思う選択肢: BE
✅ B. Call sam package to create the deployment package. Call sam deploy to deploy the package afterward. ✅ E. Create a ZIP package and upload it to Amazon S3. Call aws cloudformation create-stack to create the application.
👍 1LingZ2025/02/19
シャッフルモード