Skip to content

yoppi/ecs-launcher-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS launcher for Golang

Tasks in Amazon ECS launcher library for Golang.

Install

$ go get -u github.com/yoppi/ecs-launcher-go

Usage

package main

import (
  launcher "github.com/yoppi/ecs-launcher-go"
)

func main() {
  l := launcher.NewECSLauncher(&launcher.AWSConfig{})
  l.Run()
}

About

ECS launcher for Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published