/aws-sdk-go-mocks

AWS service clients mocks for the the AWS SDK for the Go programming language.

Primary LanguageGoApache License 2.0Apache-2.0

AWS GO SDK service clients mocks

The purpose of this package is to generate mocks of the AWS' service clients so you don't have to.

Getting Started

Installing

Use go get to retrieve the project to add it to your GOPATH workspace, or project's Go module dependencies.

go get github.com/kamotos/aws-sdk-go-mocks

To update to the latest version use go get -u.

go get -u github.com/kamotos/aws-sdk-go-mocks

Quick Example

Please check the test folder.