awslabs / green-boost

Build Full Stack Cloud Native Web Apps on AWS Fast
https://awslabs.github.io/green-boost/
Apache License 2.0
71 stars 8 forks source link

Add SPA Template #242

Open bestickley opened 1 year ago

bestickley commented 1 year ago

Currently, we don't have a SPA (single page application) template. There are many use cases where a SSR app isn't needed. For example, a chat bot. We should re-create the CRUD app with a SPA utilizing Next.js' Static Exports mode. We'll need to create an API Gateway to handle requests. We should utilize old templates. See here.