Bert Blommers
Bert Blommers
Moto intercepts the underlying HTTP request that is send by the SDK, and the AWS CLI/boto3 will then convert the HTTP response to whatever format they want. I haven't checked,...
Hi @thoroc, just checking on this - is this still on your radar? If you're stuck, or don't have any time to finish up, feel free to open up a...
Thanks for sharing the branch @thoroc. I've taken a shot at this, based on your script/commits - the linked PR will add these parameters to Moto. The biggest change I...
Hi @mdavis-xyz, thanks for raising this! There is no automated way to add the paginator (yet). The script will always create `test_{service}.py` if it doesn't exist. And yes, it would...
Hey @bpandola, thanks for taking the time to look at this! Regarding your first point: this is a problem for everyone, because `botocore` does not validate the region. For example,...
> botocore already provides a method for overriding the default endpoints.json file that ships with the package. You can drop your own JSON file (with whatever regions you want to...
Thanks for sharing @jfagoagas! That makes a lot of sense, to keep everything in one file. I'll keep that in mind as a possible alternative.
@bpandola The first commit was simpler (https://github.com/getmoto/moto/pull/6024/commits/02b516c74b0da8f59e75fd9321a5e6ec87f03890). A change like that would be a nice QOL-improvement IMO, to run lint/test on a specific folder. Agree that having another explicit list...
Yes, let's, @hans-d, I think that's better.
Hi @chadmiracle! Moto does not contain any data on startup (bar some IAM roles), so you would have to create functions (with a regular boto3-call) first. Note that we try...