This repo provides examples of AWS Lambda apps using the Serverless Framework. It contains basic Nodejs apps that use Express framework and the equivalent app on AWS Lambda using the Serverless Framework.
Nothing! Please see the other branches.
AWS Lambda and other compute services (Google Cloud Functions, Azure Functions, ect), are playing an increasingly more important role in Application Architecture.
When I first looked at AWS Lambda it was very unclear to me how to structure and deploy a Lambda based application. I'm hoping these examples will help others that want to learn more about AWS Lambda and the Serverless Framework.
Each branch has a different example. There are complete examples for the Serverless Framework. Examples for Apex are in progress.
- Getting started - basic request and response - Part 1
- Request Templates - Part 2
- Response Templates - Part 3
- Authentication - Part 4
- Events - Part 5
- Getting started - basic request and response - TODO
- Request Templates - TODO
- Response Templates - TODO
- Authentication - TODO
- Events - TODO
If you want to dig deeper into AWS Lambda and Serverless. I recommend reading the documentation for both services.