This repo provides examples of AWS Lambda apps using the Serverless Framework and Apex Framework. It contains basic Nodejs apps that use Express framework and the equivalent app on AWS Lambda.
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.
Each branch has a different example. There are complete examples for the Serverless Framework and Apex Framework.
- 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 - Part 1
- Request Templates - Part 2
- Response Templates - Part 2
- Authentication - Part 3
- Events - Part 3
If you want to dig deeper into AWS Lambda and Serverless frameworks. I recommend reading: