Does anyone have experience using the default SDK ...
# singer-tap-development
p
Does anyone have experience using the default SDK testing suite https://sdk.meltano.com/en/latest/testing.html with moto? I'm trying to create a few simple AWS objects then let my the default tap tests run using them. The mock decorator doesnt seem to make it down to the actual tests when I'm using default testing suite so I get a credentials error as its attempting to connect to an actual AWS service.