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
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