In this series, we'll be building a complete API in Golang with a twist - it'll be async! Our API will complete async report generation for the client to download.
We'll handle authentication with JWT, use Docker for Postgres and Localstack, setup an SQS worker for async processing, go over testing, and more!