This project demonstrates how to build and deploy serverless REST APIs using Go and the Serverless Framework on AWS.
- Go Language: The APIs are written in Go, a statically typed language known for its performance.
- Serverless Framework: Utilizes the Serverless Framework to simplify deployment and management of serverless functions.
- AWS: Runs on the AWS cloud platform, taking advantage of serverless services like AWS Lambda and API Gateway.
- Continuous Integration: Integrates with Travis CI for continuous integration and automated builds.
- Test Coverage: Monitors test coverage using Coveralls, ensuring a comprehensive test suite.