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

fix empty request body #1

Open
wants to merge 1 commit into
base: rekognitionClient
Choose a base branch
from

Conversation

AllanZhengYP
Copy link

According to service definition, the Image can only be Uint8Array type. You need to convert the type before sending the request.

According to [service definition](https://github.com/aws/aws-sdk-js-v3/blob/6b3bafa35eaafd7128353870bbeedb74279a8457/clients/client-rekognition/models/index.ts#L2352), the `Image` can only be `Uint8Array` type. You need to convert the type before sending the request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant