We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The REQUEST.rawBody is the same as the lambda event body which should be string | null but is defined as string in the type definition.
REQUEST.rawBody
string | null
string
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L117
https://github.com/jeremydaly/lambda-api/blob/main/index.d.ts#L146
Can it be updated to match? I'm happy to raise pull request.
The text was updated successfully, but these errors were encountered:
Hey @LyndonHook, thanks for opening this issue and sorry for the delayed response.
Feel free to open a PR that resolves this :) If you'd like me to do so, let me know.
Sorry, something went wrong.
naorpeled
No branches or pull requests
The
REQUEST.rawBody
is the same as the lambda event body which should bestring | null
but is defined asstring
in the type definition.https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/aws-lambda/trigger/api-gateway-proxy.d.ts#L117
https://github.com/jeremydaly/lambda-api/blob/main/index.d.ts#L146
Can it be updated to match? I'm happy to raise pull request.
The text was updated successfully, but these errors were encountered: