/go-serverless-api

Go serverless REST APIs example deployed to AWS using the serverless framework

Primary LanguageGo

Serverless REST APIs using Go - Serverless Framework - AWS

Golang Gin Serverless Framework Lambda AWS API Gateway Actions

Overview

This project demonstrates how to build and deploy serverless REST APIs using Go and the Serverless Framework on AWS.

Features

  • 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.