Aws - Serverless

Card Puncher Data Processing

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





Discover More
Card Puncher Data Processing
AWS - Fargate (serverless container)

AWS Fargate is a deployment option in Amazon ECS (Elastic Container Service) that allows you to deploy containers serverless (ie without having to manage any clusters or servers). (ie running containers...
Aws Serverless Web App
AWS - Serverless Web Application

Note the AWS tuto Amazon tuto - Build a Serverless Web Application that create a serverless...
Card Puncher Data Processing
Aws - Amplify

The Amplify Framework provides: a set of libraries (js, ios, android) to access AWS resources UI components (for React, React Native, Angular, Ionic and Vue), a command line interface to build...
Card Puncher Data Processing
Aws - Amplify Cli

The Amplify Command Line Interface (CLI) is a unified toolchain to create and manage your serverless infrastructure on AWS. The Amplify CLI is useful to...
Card Puncher Data Processing
Aws - Cloudwatch Logs

AWS CloudWatch Logs is a CloudWatch service for log collection and analysis. This is especially important when using a serverless application since there is no access to the server infrastructure. Every...
Card Puncher Data Processing
Aws - Lambda Function

AWS Lambda run code in response to events such as an HTTP request. A lambda function (Serverless code) can defined using AWS SAM. Every Lambda function has an IAM role associated with it. This role...
Card Puncher Data Processing
Aws - Serverless Application Model (Sam)

The AWS Serverless Application Model (AWS SAM) is an open-source framework that you can use to build serverless applications on AWS. With the AWS SAM CLI, you can invoke Lambda functions locally,...
Serverless
Serverless Architecture

serverless is an architecture paradigm that allows you to create applications without provisioning or managing any servers. The...



Share this page:
Follow us:
Task Runner