An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Serverless Architecture

This repository hosts my design for serverless application.

## Web Application

### Static Content Web Pages

![Static Web](staticweb.png)

### Web App Shell with API Backend

![Web Application](webapp.png)

### 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.

![GitHub Pages](gh-pages.png)

## Chat Bot

![Chat Bot](chatbot.png)

### References

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

## License

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