Skip to content

Conversation

@rsareddy0329
Copy link
Contributor

Issue #, if available:
#250

Description of changes:

  • Added the blob handler to transform method. This is mainly to address the error while transforming the Endpoint's invoke method's output to 'InvokeEndpointOutput' shape.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@rsareddy0329 rsareddy0329 requested a review from a team as a code owner May 15, 2025 05:29
@rsareddy0329 rsareddy0329 requested a review from bhadrip May 15, 2025 05:29
benieric
benieric previously approved these changes May 15, 2025
elif _member_type == MAP_TYPE:
_map_type_shape = SHAPE_DAG[_member_shape]
evaluated_value = _evaluate_map_type(data[_member_name], _map_type_shape)
elif _member_type == 'blob':
Copy link
Contributor

Choose a reason for hiding this comment

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

Have we been able to test this once manually?

@benieric benieric merged commit fb571e0 into aws:main May 16, 2025
14 checks passed
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