Current Branch
Separating out the AWS lambda API routing functions into a separate library, APIViaduct.
Otherwise, this project is now closed.
Priority Features
- Static assets, CSS, images
- Supporting multiple projects and multiple destination buckets - current branch.
- API route to clear out the
generatedFiles
folder
Further down the line
- Monitoring generation progress
- Clearing cache/generated fragments
Ideas and nice-to-haves
Ultimately, I would like to be able to separate the 'cantilever' application (front-and-backend) with this cantilevers.org blogging website.
Bugs/Known Issues
- Starting to track bugs on github issues
- ~~The short form of API routing does not include the necessary CORS domain headers. Need to find a way to inject that into the root of the API.~~
- If I take too long to edit a page, the authentication token can expire and the only way to get a new one is log out and back in. Need to implement a refresh mechanism!