Geoff Baskwill

Results 26 comments of Geoff Baskwill

> Awesome! I think the map is fine and will be a bit more concise. Should we name this `requestHeaders` since we only expect these headers in requests and not...

Naming question: is there a preference for "static" headers vs "constant" headers? I'd lean towards "constant" these days.

Thanks @mtdowling! Happy new year, glad you're feeling better. When I can get back to this I'll proceed with `documentation` instead of `description` and `constant` instead of `static`. Any pointers...

That should be a great start, thanks @mtdowling ! Are those steps documented outside your comment or would it make sense for me to include a Markdown file in my...

@mtdowling [earlier](https://github.com/awslabs/smithy/issues/1002#issuecomment-991418215) you mentioned that [mixins](https://github.com/awslabs/smithy/blob/idl-2.0/designs/mixins.md) for operations are likely coming. I seem to recall something about mixins not merging traits well; I don't know if that's still the proposal...

@eduardomourar do you have any more thoughts / details on what that would look like in this use case?

@eduardomourar that's kind of what I expected too 🙂 @mtdowling your last comment, specifically the bit about how `x-amz-target` shouldn't be modelled at all, has been enlightening. I'm wondering if...

@mtdowling got it, thanks. I like the idea of supporting this at both levels. I'd suggest semantics of "if you specify the same header name on a service and an...

I've run into this problem as well with Route53. The recommended workaround is to create `DependsOn` links between the resources to prevent them from being created in parallel. It would...