aws-lambda-sam-application
aws-lambda-sam-application copied to clipboard
Adding support for offline testing with placebo
Placebo allows you to mock boto3 calls that look just like normal calls but actually have no effect at all. It does this by allowing you to record a set of calls and save them to a data file and then replay those calls later (e.g. in a unit test) without ever hitting the AWS endpoints.