Search⌘ K
AI Features

Deployment II

Explore practical deployment scenarios to prepare for the AWS Certified Developer Associate exam. Learn how to define serverless infrastructure, configure CodePipeline event triggers, resolve Lambda deployment errors, set ECS environment variables, and integrate GitHub with CodeBuild.

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 ...