awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

feat: Generate service clients as modularized Swift packages #1566

Closed jbelkins closed 3 weeks ago

jbelkins commented 3 weeks ago

Issue \

1222

Description of changes

Incorporates the changes made in https://github.com/smithy-lang/smithy-swift/pull/757 , enabling the service clients to be built as Swift packages with their own manifest and correct dependencies.

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.