The purpose of this package is to generate mocks of the AWS' service clients so you don't have to.
This repo objectives is to be full automatic. No action needed to generate mock code.
Use go get
to retrieve the project to add it to your GOPATH
workspace, or
project's Go module dependencies.
go get github.com/Itarix/aws-sdk-go-mocks
To update to the latest version use go get -u
.
go get -u github.com/Itarix/aws-sdk-go-mocks
Please check the test
folder.