Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move common middleware stack ops to service client modules #2516

Merged
merged 7 commits into from
Feb 23, 2024
Merged

Conversation

lucix-aws
Copy link
Contributor

This is the majority of the work for #2507, though it doesn't completely address it, as some smithy-side middlewares and service-specific ones (e.g. flex checksums) remain.

This is a net-zero change behaviorally, as the new snapshot tests will indicate.

I've also removed golangci-lint from the workflows, we don't really pay attention to it and it seems to be overopinionated in a lot of different ways that don't necessarily mesh w/ codegen (e.g. unused unexported funcs).

@lucix-aws lucix-aws requested a review from a team as a code owner February 22, 2024 22:45
goDelegator.useFileWriter("api_client.go", settings.getModuleName(), addMiddleware());
}

// TODO symbols
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit two entries down addresses this: 0d1b977

@lucix-aws lucix-aws merged commit 6397a64 into main Feb 23, 2024
11 of 12 checks passed
@lucix-aws lucix-aws deleted the feat-2507 branch February 23, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants