aws / aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.
Apache License 2.0
3.58k stars 548 forks source link

please add a mocked example #534

Closed MushiTheMoshi closed 3 months ago

MushiTheMoshi commented 7 months ago

Hi there,

Nice work done here! Appreciated!

Wondering if you could include an example using mock as some times and for some of the services throttling is an issue...

Regards, Julio

bmoffatt commented 3 months ago

I think you're looking general AWS SDK documentation, rather than something specific to using Go in AWS Lambda. This repo is focused solely on the integration with the AWS Lambda execution environment.

https://aws.github.io/aws-sdk-go-v2/docs/unit-testing/#mocking-client-operations might be what you're looking for.