Open
Description
The AWS v4 signing process makes it difficult to test that these specs actually work against the real AWS API, but moto has an option to disable authentication, and has a "standalone server" mode where it looks like the AWS API (which is why it's the basis of localstack).
I think it would be possible to get some local tests running (and even some CI) by using this, perhaps using something like pyopenapi.