This repository is a base project to create a REST API in a serverless architecture. We are going to use AWS-SAM with the CI/CD process to create or update all the necessary resources in AWS.
- CI/CD with GitHub Actions
- Automatic releases (pre-release and release)
- Stage and prod environment
- AWS lambda with nodejs12.x
- Add feature toggles support
- Add OpenAPI Specification (OAS)
- Add contract-first development style