Skip to content

johnsgp/express-to-aws-lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Express to AWS Lambda

What is this?

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.

In this branch

Nothing! Please see the other branches.

Why

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.

Examples

Each branch has a different example. There are complete examples for the Serverless Framework. Examples for Apex are in progress.

Serverless

  1. Getting started - basic request and response - Part 1
  2. Request Templates - Part 2
  3. Response Templates - Part 3
  4. Authentication - Part 4
  5. Events - Part 5

Apex

  1. Getting started - basic request and response - TODO
  2. Request Templates - TODO
  3. Response Templates - TODO
  4. Authentication - TODO
  5. Events - TODO

Reading

If you want to dig deeper into AWS Lambda and Serverless. I recommend reading the documentation for both services.

About

Example for converting express to AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published