cpcwood / ecs-circleci

CI/CD to AWS ECS Using CircleCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Go

App

Basic go webserver, containerized with docker.

Exposes on 8180.

Run

go run hello.go

Test

go test

Build

docker build .

Infrastructure

Infrastructure is setup and managed by Terraform

### Basic Commands

Move into .infrastructure folder:

cd ./.infrastructure

Initialize folder:

terraform init

Create plan, see drift:

terraform plan

About

CI/CD to AWS ECS Using CircleCI


Languages

Language:HCL 73.8%Language:Go 19.3%Language:Dockerfile 3.9%Language:Smarty 3.0%