Skip to content

baimamboukar/go-serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.