Skip to content

The purpose of this repo is to demonstrate Terraform IAC, API exposing, and containerization.

Notifications You must be signed in to change notification settings

hatchcanon/unix-time-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unix-time-api

Introduction

This repo is a demonstration for a API that returns the epoch time. Originally created for a take home interview, I took too much time on it for it to go to waste. This API endpoint responds to HTTP GET requests and returns a JSON payload. Tools used include

  • Terraform
  • kubectl
  • Docker

Components

There are 3 versions here

  • Lambda Version - this version is fully automated but no container image
  • ECR Version - this version pushes an image into ECR and lambda will use that image
  • Kubernetes Version - this version uses kubectl and EKS for creating the endpoint

About

The purpose of this repo is to demonstrate Terraform IAC, API exposing, and containerization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published