https://github.com/baimamboukar/go-serverless-api
Go serverless REST APIs example deployed to AWS using the serverless framework
https://github.com/baimamboukar/go-serverless-api
aws-cloudformation aws-lambda gin-gonic golang rest-api serverless serverless-framework
Last synced: 20 days ago
JSON representation
Go serverless REST APIs example deployed to AWS using the serverless framework
- Host: GitHub
- URL: https://github.com/baimamboukar/go-serverless-api
- Owner: baimamboukar
- Created: 2023-11-25T01:10:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T22:57:31.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:19:45.951Z (11 months ago)
- Topics: aws-cloudformation, aws-lambda, gin-gonic, golang, rest-api, serverless, serverless-framework
- Language: Go
- Homepage: https://baimamboukar.medium.com/build-go-serverless-rest-apis-and-deploy-to-aws-using-the-serverless-framework-5a277042c1a1
- Size: 62.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless REST APIs using Go - Serverless Framework - AWS
  [](https://serverless.com)  [](https://aws.com) 
## 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.