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.
- Host: GitHub
- URL: https://github.com/superfly/aws-lambda-express-example
- Owner: superfly
- Created: 2017-05-05T14:30:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-17T17:27:46.000Z (over 8 years ago)
- Last Synced: 2025-03-07T01:18:43.755Z (10 months ago)
- Topics: aws-lambda, claudiajs, expressjs, serverless, serverless-examples
- Language: JavaScript
- Homepage: https://fly.io/mix/amazon-s3/aws-lambda/
- Size: 219 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://fly.io/slack/)
# Fly.io - AWS Lambda Example

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/) !