aws-lambda-sam-application icon indicating copy to clipboard operation
aws-lambda-sam-application copied to clipboard

Adding support for offline testing with placebo

Open adhorn opened this issue 5 years ago • 0 comments

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.

adhorn avatar Sep 23 '20 15:09 adhorn