diff --git a/README.md b/README.md index 1a24124ff..53ebcf7d2 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Daily Instance Backups With Ami Rotation](https://github.com/AndrewFarley/AWSAutomatedDailyInstanceAMISnapshots)**
A simple Python application which scans through your entire AWS account for tagged instances, makes daily AMIs of them, and rotates their backups automatically | [AndrewFarley](https://github.com/AndrewFarley) | | **[Demo Project For Serverless Migrate Plugin](https://github.com/EliuX/serverless-migrate-plugin/tree/master/example)**
An example about how to use migrations in your serverless project with serverless-migrate-plugin | [EliuX](https://github.com/EliuX) | | **[Dropbucket Serverless File Sharing](https://github.com/marksteele/drop-bucket)**
A serverless file sharing app powered by Cognito/S3/Lambda/API Gateway. Includes a React single-page app UI and virus scanning. | [marksteele](https://github.com/marksteele) | +| **[Express Application With Lambda](https://github.com/HoseungJang/serverless-lambda-express-example)**
This example demonstrates how to build an express application for AWS Lambda based on serverless framework. | [HoseungJang](https://github.com/HoseungJang) | | **[Fotopia Serverless](https://github.com/mbudm/fotopia-serverless)**
A photo archive web app including API, storage and face detection using serverless framework | [mbudm](https://github.com/mbudm) | | **[Golive](https://github.com/adimoraret/golive/)**
Boilerplate to live stream using AWS MediaLive and MediaStore | [adimoraret](https://github.com/adimoraret) | | **[Http Headers Checks](https://github.com/authdog/http-headers-check)**
Serverless Application to check integrity of the headers of a given HTTP server | [authdog](https://github.com/authdog) | diff --git a/community-examples.json b/community-examples.json index 36967de43..25b5e9c1b 100644 --- a/community-examples.json +++ b/community-examples.json @@ -541,5 +541,10 @@ "name": "Serverless Screenshot to S3", "description": "An example serverless stack which takes a screenshot using aws-chrome-lambda and puts it in s3. NodeJS.", "githubUrl": "https://github.com/slaytr/aws-node-screenshot-to-s3" + }, + { + "name": "Express Application With Lambda", + "description": "This example demonstrates how to build an express application for AWS Lambda based on serverless framework.", + "githubUrl": "https://github.com/HoseungJang/serverless-lambda-express-example" } ]