John L.
John L.
Hi @NwekeChidi - thanks for reporting this. We're going to work on updating the doc and for anyone who comes across this, please use [InvokeCommand](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/InvokeCommand/) as alternative. Again appreciate you...
Hi @keithwhor - thanks for reaching out. I'm going to verify a few things: - Can you check your SDK version and NodeJS runtime for your Lambda function? Ref: https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html...
Hi @jagthedrummer - thanks for reaching out, sharing feedback on our documentations and workarounds. As we're always working on improving our docs to be more clear, concise and effective, feedback...
Hi @wuhkuh - thanks for reaching out. >No filters should be applied, when the array of filters to be applied is empty. I expected to receive all snapshots (an unfiltered...
Hi @uzengo - I'm sorry this fell off my radar. The ERR_SSL_PROTOCOL_ERROR is an error that occurs when there is a problem with the SSL/TLS protocol negotiation during the connection...
Hi @harissarwar - thanks for reaching out. When you're generating Presigned URL, SDK is only responsible for generating the URL and not for sending the request to S3. In this...
Can you share you updated code? Also add this middleware stack to your client and share the outputs? Middleware would give us raw request of the client call. ``` client.middlewareStack.add(...
Hi @Eyjafjallaa - we've verified and confirmed that this needs to be addressed on service side. I'm going to reach out to RDS service team. (ref: _P149786965_). Since there are...
Hi @dhavalpacewisdom - thanks for reaching out. For service-level configuration, you can pass in objects like region or credentials which you'll have significant control over your default local configuration. If...
Hi @stohlthomas - thanks for reporting. I was able to reproduce this behavior and will be further investigating with the team. AWS CLI ``` aws apigateway get-export --rest-api-id bhuovzm968 --stage-name...