Skip to content

API built with Gin Web Framework (Golang) and deployed on AWS (API Gateway and Lambda) using CDK (Cloud Development Kit).

Notifications You must be signed in to change notification settings

andreclaro/GoGinAPIonAWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Gin API on AWS

This is an API built with Gin Web Framework (Golang) and deployed on AWS (API Gateway and Lambda) using CDK (Cloud Development Kit).

How to Build & Deploy

Lambda Functions

  • # go mod init main
  • # go mod tidy
  • # go run main

Cloud Infrastructure

  • # npm install
  • # npm run build
  • # cdk synth
  • # cdk deploy

Technologies

Lambda Functions

Cloud Infrastructure

Useful Links

About

API built with Gin Web Framework (Golang) and deployed on AWS (API Gateway and Lambda) using CDK (Cloud Development Kit).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published