From the course: Exam Tips: AWS Certified Developer – Associate

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Development domain exam objectives

Development domain exam objectives - Amazon Web Services (AWS) Tutorial

From the course: Exam Tips: AWS Certified Developer – Associate

Start my 1-month free trial

Development domain exam objectives

- [Instructor] Let's go over some of the key points of development with AWS. Write code for serverless applications. This isn't just about Lambda functions, but also any service that combined with Lambda can provide a solution. Think of API gateway, load balancers, EventBridge, Step Functions, CloudWatch Events, SQS, and more. The second bullet point is essentially the same, but going into more development details. This is where they would ask you about a feature that one of the services I just mentioned may or may not have, say for example, storing a lot of real time data in SQS, maybe too much to handle, and lead you to choose AWS Kinesis, for example, as the correct choice given the presented scenario. So remember that serverless is about any service in AWS where you don't have to manage the infrastructure. Implement application design into application code. This bullet point simply refers to your solutions architect…

Contents