Skip to content

jckuester/go-aws-sdk-mock-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocking the AWS API in go

gomock

go get github.com/golang/mock/gomock
go get github.com/golang/mock/mockgen

mockgen

mockery

cd ~/go/src/github.com/aws/aws-sdk-go/service
mockery --rescursive --all

About

Different ways to mock the AWS API in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages