Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conorturner/voolu-cloud
A Modern Firewall Friendly SSH Alternative (Sunset Release)
https://github.com/conorturner/voolu-cloud
Last synced: 4 days ago
JSON representation
A Modern Firewall Friendly SSH Alternative (Sunset Release)
- Host: GitHub
- URL: https://github.com/conorturner/voolu-cloud
- Owner: conorturner
- Created: 2023-10-12T13:02:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T13:02:46.000Z (about 1 year ago)
- Last Synced: 2023-11-07T00:43:44.949Z (about 1 year ago)
- Language: CSS
- Size: 56.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voolu Cloud
- CloudFront distribution `app.voolu.io`
- Lambda Layer## CF Stacks
Plan is to use cloudformation nested stacks to allow for resource growth and separation of concerns.
- stack.yml
- Top level deployment
- cloudfront.yml
- Contains cloudfront resources
- ws-gateway.yml
- Websocket resources
- http-gateway.yml
- HTTP api resources
- dashboard.yml
- Frontend buckets
- REST API resources
## Deployment pipeline1. Deploy stacks under 'test' environment. (separate bucket folder for each envs yml template files).
2. Run 'e2e' test suite.
3. Deploy to production.## Gateway
### Websocket `/ws-gateway`
- API
- Lambda function WS handler### HTTP `/http-gateway`
- Serverless RestAPI
- Lambda function HTTP handler## Dashboard
### Frontend `/`
- Bucket for compiled frontend
### API `/api`
- Serverless RestAPI
- Lambda function HTTP handler
- S3Bucket for database## Services
- Services are modules shared between all functions at deploy time.
- Each service has AWS Resources associated with it.### Auth
- S3Bucket for database
### Files
- S3Bucket for data storage
- S3Bucket for database storage