Deployment II
Review assessment questions and explanations against all options to equip yourself with the necessary understanding to confidently tackle the AWS Certified Developer – Associate (DVA-C02) exam questions.
We'll cover the following...
Question 45
A developer is creating a serverless web application that uses AWS Lambda, Amazon API Gateway, and Amazon DynamoDB. The developer must define the infrastructure using a simplified syntax for serverless resources. Which tool should the developer use?
A. AWS Cloud Development Kit (CDK)
B. AWS Serverless Application Model (SAM)
C. AWS CloudFormation
D. AWS Elastic Beanstalk
Question 46
A development team relies on AWS CodePipeline to automate its continuous delivery process. It requires real-time notifications via an AWS Lambda function whenever an action within any pipeline stage changes its state (e.g., from InProgress
to Succeeded
or Failed
).
What is the correct and most flexible method to configure this integration, ...