Jordon Phillips

Results 36 comments of Jordon Phillips

The prelude is, per the spec, [inherently part of every model](https://awslabs.github.io/smithy/1.0/spec/core/prelude-model.html#prelude-model). So any parsers need to build in an understanding of them. Having the model exposed better would be a...

I think something like a cli command could work. If we wanted to make it look like a normal smithy model package, we could create a separate project within the...

We've talked about distributing a pre-built version of the CLI as a standalone tool, and have made [some progress in that direction](https://github.com/awslabs/smithy/pull/832). One barrier to this is having a way...

Looks like [U2F isn't supported](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa_configure-api-require.html) for API access yet: > You cannot use MFA-protected API access with U2F security keys. That said, I've definitely passed this feedback on to the...

@nbraud it looks like the python interface they use doesn't provide linux wheels, so installing that would require that the user has a compiler installed. This isn't currently a requirement...

@haylix-edward I believe what you're looking for is [`aws.serverless.Function`](https://github.com/cloudtools/troposphere/blob/master/troposphere/serverless.py#L50) ([aws docs](https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction)).

So the reason we use the alternate endpoint style is to support Python 2.6 as it does not support SNI, which is required for the new endpoints. We would need...

Thanks for the contribution! Taking a look.

We looked into this a while ago, but it ended up not being terribly useful for a few reasons. Right off the bat there's no good way to say `boto3.client('s3')`...

That's a fair point, resources would be a much better candidate for stubs