Skip to content

Conversation

@kneekey23
Copy link
Contributor

@kneekey23 kneekey23 commented Feb 9, 2022

Description of changes

This PR does two things to continue to shave off bytes:

  1. Remove unnecessary Encodable & Reflection conformance by input types where there is no serializable body
  2. Remove unnecessary generation of decodable structs where there is nothing in the response to deserialize

This shaves off .2 mb from Lambda as an example and decreases the number of files being generated.

Corresponding PR: awslabs/aws-sdk-swift#540

Scope

  • [ x] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

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

@kneekey23 kneekey23 merged commit 158bf51 into main Feb 10, 2022
@kneekey23 kneekey23 deleted the fix/codable branch February 10, 2022 00:22
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