Table of Contents

About

Serverless Architecture in Aws

The Amplify Command Line Interface (CLI) is a unified toolchain to create and manage a serverless infrastructure on AWS.

Framework

The AWS Serverless Application Model (AWS SAM) is an open-source framework that you can use to build serverless applications on AWS.

Example

Test

With the AWS SAM command line interface (CLI), you can locally test and “step-through” debug your serverless applications, before uploading your application to the AWS Cloud.

Architecture

Serverless Application Lens: how to design, deploy, and architect your serverless application workloads on the AWS Cloud. It covers scenarios such as RESTful Microservices, Mobile back-ends, Stream Processing, and Web Application. By using this Well-Architected lens you will learn best practices for building serverless application workloads on AWS. Serverless application lens whitepaper

Documentation / Reference