https://github.com/novemberde/serverless-webapp-demo
Serverless webapp demo application for w3c conference in Korea
https://github.com/novemberde/serverless-webapp-demo
circleci demo express serverless typescript
Last synced: 4 months ago
JSON representation
Serverless webapp demo application for w3c conference in Korea
- Host: GitHub
- URL: https://github.com/novemberde/serverless-webapp-demo
- Owner: novemberde
- License: mit
- Created: 2017-12-05T13:49:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T08:54:51.000Z (over 7 years ago)
- Last Synced: 2025-09-10T17:03:03.645Z (9 months ago)
- Topics: circleci, demo, express, serverless, typescript
- Language: TypeScript
- Size: 67.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-webapp-demo
Serverless webapp demo application for w3c conference in Korea
# How to
Fork this git
Requirement
- node version 8.x
- npm version 5.x
```sh
$ npm install
$ npm start
```
Integration to Circle CI
- Create Project using forked git
- Create AWS User who has the permission on API Gateway, Lambda, S3, CloudFormation
- Import AWS AccessKey on Circle CI
Finally, git commit.
All your works deploy automatically on every single commit.