Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbaikge/boneless
CMS without the bones designed for serverless cloud
https://github.com/jbaikge/boneless
api-gateway aws-lambda cms go serverless
Last synced: 11 days ago
JSON representation
CMS without the bones designed for serverless cloud
- Host: GitHub
- URL: https://github.com/jbaikge/boneless
- Owner: jbaikge
- License: mit
- Created: 2022-06-16T17:09:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:28:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T11:48:34.477Z (5 months ago)
- Topics: api-gateway, aws-lambda, cms, go, serverless
- Language: CSS
- Homepage:
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Boneless CMS
The content management system with no bones!
## Bring Your Own Definition
Upon initial installation, nothing is defined - not even regular pages. You are in control of every piece of HTML, every data field, and the content within. This CMS aims to solve the problems with people who change their mind and often want the power of a content management system but the flexibility of bespoke HTML.
## Technology Stack
Aside from the challenge of creating a CMS with no real initial structure, an additional layer came into play with trying to deploy it on AWS with serverless components. This includes:
- __API Gateway__ to route API and frontend requests
- __Lambda__ to handle requests from __API Gateway__
- __DynamoDB__ for metadata storage and sorting
- __S3__ for data and file storage