Skip to content

mehlj/ecs-golang-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mehlj-pipeline

Golang REST API deployed to AWS

API Interaction

Create

curl -d '{"Name":"ball","quantity":4}' -X POST localhost/product

Read

curl localhost/products
curl localhost/product?name=ball

Update

curl -d '{"Name":"ball","quantity":5}' -X PUT localhost/product

Delete

curl -d '{"Name":"ball","quantity":5}' -X DELETE localhost/product

Go dependencies

go mod init mehlj-pipeline
go mod tidy

About

Golang REST API deployed to AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published