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

Commits on Feb 5, 2020

  1. fix empty request body

    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.
    AllanZhengYP authored Feb 5, 2020
    Configuration menu
    Copy the full SHA
    2a30251 View commit details
    Browse the repository at this point in the history