https://github.com/kkpoon/serverless-architecture
my serverless architecture design
https://github.com/kkpoon/serverless-architecture
architecture chatbot diagrams serverless static-website webapp
Last synced: 2 months ago
JSON representation
my serverless architecture design
- Host: GitHub
- URL: https://github.com/kkpoon/serverless-architecture
- Owner: kkpoon
- Created: 2017-06-05T02:49:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T03:03:43.000Z (almost 9 years ago)
- Last Synced: 2025-06-05T21:47:56.480Z (10 months ago)
- Topics: architecture, chatbot, diagrams, serverless, static-website, webapp
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Architecture
This repository hosts my design for serverless application.
## Web Application
### Static Content Web Pages

### Web App Shell with API Backend

### GitHub Pages
To simplify the architecture, you could use GitHub Pages to host the
static web content or the app shell. And the deployment process could
be just a `git push` command.

## Chat Bot

### References
- [kkpoon/assistant](https://github.com/kkpoon/assistant)
## License

This work is licensed under a Creative Commons Attribution 4.0 International License.