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](http://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](http://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](http://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](http://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](http://github.com/mbudm) |
| **[Golive](https://github.com/adimoraret/golive/)**
Boilerplate to live stream using AWS MediaLive and MediaStore | [adimoraret](http://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](http://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"
}
]