An open API service indexing awesome lists of open source software.

https://github.com/superfly/aws-lambda-express-example

A light-weight example of AWS Lambda, using Express.js and Claudia.js.
https://github.com/superfly/aws-lambda-express-example

aws-lambda claudiajs expressjs serverless serverless-examples

Last synced: 10 months ago
JSON representation

A light-weight example of AWS Lambda, using Express.js and Claudia.js.

Awesome Lists containing this project

README

          

[![Fly.io Community Slack](https://fly.io/slack/badge.svg)](https://fly.io/slack/)

# Fly.io - AWS Lambda Example

![Fly.io-serveless-applications](serverlessapp.png)

This is a simple example demonstrating AWS Lambda. It applies an `express.js` web server and prints out the HTTP Method, path, and headers from the view. `Claudia.js` is used to scaffold the project on AWS from the command line. You can see the end Fly-served result by clicking [this link](https://aws-lambda-example.fly.io/).

For more information on how you can setup AWS Lambda on the Fly Application Delivery Network, browse the [documentation](https://fly.io/docs/guides/#mounting-aws-lambda).

Building serverless applications? Take a look at [Fly.io](https://fly.io/mix/amazon-s3/aws-lambda/) !