aws / smithy-go

Smithy code generators for Go (in development)
Apache License 2.0
172 stars 51 forks source link

codegen: refactor waiters/paginators to be not integrations #517

Open lucix-aws opened 3 months ago

lucix-aws commented 3 months ago

Waiter and paginator support are implemented as GoIntegrations right now for no tangible reason, and it makes them basically impossible to customize since integrations can't see each other.

Refactor these to happen as part of normal codegen.