What is serverless development?
The following topics will guide you through developing a better conceptual understanding of serverless application development, and how various AWS services fit into together to create application patterns that form the core of your cloud applications. These applications can range from microservices that handle discreet business logic as a part of your application back-end, to event-driven workflows that perform data transformations or processing.
Understanding serverless development will you help you make critical decisions about which AWS services are best suited for your business need. For example, choosing between Amazon DocumentDB, DynamoDB, and Aurora PostgreSQL for a database depends on various factors, such as what type of data-structure you want to use, or how many concurrent database connections you anticipate as your applications scale.
The goal of this serverless developer guide is to give you directed learning paths for the core services you need to implement serverless solutions.
Serverless development lets you build applications without managing long-running servers, such as a provisioned Amazon EC2 instance. AWS serverless technologies are pay-as-you-go, can scale up and down as your application needs change, and are built to expand across AWS Regions to ensure resiliency.
This guide will highlight what you need to know right away and link to service documentation for more service-specific details.
For example, you will learn that the Lambda service creates an execution environment to run compute functions. For more information on how Lambda manages function scaling or reduces start-up time, we will link you to relevant sections of the Lambda developer guide.
The topics in this guide will cover the prerequisites for understanding serverless development on AWS, such as account creation and an overview of AWS cloud infrastructure. Then, you will learn how to shift from a traditional development model to a serverless, event-driven architecture with which to develop applications on the cloud.
Along the way, this guide will introduce core services, workshops, and tutorials, you can choose to reinforce your learning with hands-on activities.
-
AWS Identity and Access Management — for securely accessing resources on AWS.
-
AWS Lambda — for serverless compute functionality.
-
Amazon API Gateway for integrating
HTTP
andHTTPS
requests with services to handle the requests. -
Amazon DynamoDB for data storage and retrieval
Learn serverless techniques in an online workshop
Learn by doing in the Serverless Patterns Workshop