Serverless on AWS

Build and run applications without thinking about servers

AWS offers technologies for running code, managing data, and integrating applications, all without managing servers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. These technologies also eliminate infrastructure management tasks like capacity provisioning and patching, so you can focus on writing code that serves your customers. Serverless applications start with AWS Lambda, an event-driven compute service natively integrated with over 200 AWS services and software as a service (SaaS) applications.

Move from idea to market, faster
Lower your costs
Eliminate operational overhead so your teams can release quickly, get feedback, and iterate to get to market faster.
With a pay-for-value billing model, resource utilization is automatically optimized and you never pay for over-provisioning.
Adapt at scale
Build better applications, easier
With technologies that automatically scale from zero to peak demands, you can adapt to customer needs faster than ever.
Serverless applications have built-in service integrations, so you can focus on building your application instead of configuring it.

Take the next step

Builders
Learning Portal

Ready to build? Head over to the learning library to get started with hands-on serverless tutorials.

Business Leaders
Next-Steps-Create-account

Want to empower your development teams? Check out these insights from IDC.

Startups
Startup Portal

Need to build an MVP fast? Learn how to access credits, and build your first application.

Serverless services on AWS

Modern applications are built serverless-first, a strategy that prioritizes the adoption of serverless services, so you can increase agility throughout your application stack. We’ve developed serverless services for all three layers of your stack: compute, integration, and data stores. Consider getting started with these services:

Compute

Application integration

Data store

Use cases

  • Web applications
  • Build web applications

    Build a simple “to-do list” web app that enables a registered user to create, update, view, and delete items. An event-driven web application may use AWS Lambda and Amazon API Gateway for its business logic and Amazon DynamoDB as its database, and AWS Amplify Console to host all static content.

    Sample Code » 

    Technical-Diagrams_Serverless-Category-Page_WORKING
  • Data processing
  • Process data at nearly any scale

    Deliver notes from an interview in Markdown format to Amazon S3. Use S3 Events to trigger multiple processing flows - one to convert and persist Markdown files to HTML and another to detect and persist sentiment.

    Sample Code » 

    Technical-Diagrams_Serverless-Category-Page_WORKING
  • Batch processing
  • Automate batch processing

    Schedule workflows on a recurring basis using an Amazon EventBridge rule. For example, you can generate the minimum, maximum, and average ratings for air quality measurements by orchestrating the Extract Transfer Load (ETL) workflow using AWS Step Functions and AWS Lambda.

    Sample Code »

    Technical-Diagrams_Serverless-Category-Page_WORKING
  • Event ingestion
  • Index and store documents and images automatically

    Use Amazon machine learning (ML) services like Amazon Comprehend and Amazon Rekognition to uncover information in unstructured data and send the results to Amazon OpenSearch (successor to Amazon Elasticsearch Service) for fast indexing. Patterns like this work well in ecommerce applications for tasks that support personalized customer experiences, such as clickstream analysis.

    Sample Code » 

    Technical-Diagrams_Serverless-Category-Page_WORKING
Solutions on AWS for Compute

Explore AWS Solutions, Guidance and Partner Solutions.

Customers