Bert Blommers

Results 388 comments of Bert Blommers

Thank you again for getting this started @szopen321! It was incredibly useful to see this feature in action, and to have a good API/interface to guide the final implementation.

Moto does bootstrap `/aws/service/global-infrastructure/`, but it would indeed be nice if we could extend that to include everything under `/aws/service`. Marking it as an enhancement.

Hi @rakovskij-stanislav, thanks for raising this! I don't have the required permissions to take care of this myself, but I have escalated - it should be resolved soon.

PyPI has come back tome and confirmed that they've prohibited the `spulec-httpretty` project, so no-one can use it anymore and exploit this. Thanks again for bringing this to our attention!

Thanks for raising this @sirrus233 - will mark it as an enhancement to implement this validation. If this is something you'd like to contribute yourself, PR's are always welcome!

Hi @Mainstay-Noah-Huppert, which parts of Moto do you use that would need type annotations? Straightforward tests that only use the Moto-decorator wouldn't benefit from any typing, as far as I...

> > All the backends should return the same types as the boto3 clients do. This is not necessarily true. Moto only intercepts the HTTP request that boto3 makes to...

Hi @Leooo, thanks for raising this. You're right, we're not actually doing anything with layers atm. Not sure how we would implement this, as it requires AWS credentials to call...

Yeah, I think we're talking about the same thing, I just didn't explain it very well. The easiest way to fix your problem: - user passes in the layer when...

Correct, the next steps still need to be implemented as well in order for this to work: > - Moto downloads the layer at runtime/testtime - unzips it - passes...