Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 932 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 932 Bytes

Go Certificate

Layered Architecture

Setup

Prerequisites 📝

Before you begin, ensure you have met the following requirements:

  • You must have an AWS Credentials
  • Configure the AWS CLI
  • You have installed the Golang
  • You have installed the Terraform

Create the infra on AWS 🏗️

Go to Terraform doc

Running local

Create configs

Create a .env file at the root of the project. Make sure you follow the .env.example file as a guide.

Create the infra on AWS 🏗️

Go to Terraform doc

Run project

$ go run cmd/main.go

DynamoDB Schema

Go to DynamoDB doc