This is a dead simple frontend that contacts the Todo backend I have setup. It is deployed with AWS SAM and is written in Svelte with ZERO bells and whistles. It is a great example app to show talking to an API. Combine the frontend and backend app and it's very easy to bootstrap any project.
A full CRUD todo backend service deployed to AWS using SAM and written in Go. This is a great starter app for Go backends that need infrastructure as code, simple deployment with AWS SAM, storing data in DynamoDB, and a backend written in Go.