v1.0.0: First release
The first release of LetsGo contains support for:
- web component based on Nextjs with App Router running in AWS AppRunner.
- API component based on Node.js with Express running in AWS AppRunner.
- worker component based on Node.js function running in AWS Lambda behind AWS SQS Standard Queue.
- database component with a simple data model deployed as an AWS DynamoDB table.
- devops CLI that supports managing multiple independent deployments of LetsGo across AWS regions and accounts.
- Auth0 integration to authenticate web users and protect API access.
- Stripe integration to support subscription-based pricing models.