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
import AWS from "aws-sdk"; const request = new AWS.HttpRequest(endpoint);
import { HttpRequest } from "@smithy/protocol-http"; const request = new HttpRequest(new URL(endpoint));
N/A
No response
The text was updated successfully, but these errors were encountered:
Example https://github.com/awslabs/aws-solutions-constructs/blob/38de866b82507a8c8a4545b2a89f77942f5bdb5d/source/patterns/%40aws-solutions-constructs/aws-dynamodbstreams-lambda-elasticsearch-kibana/test/lambda/index.js#L17
Sorry, something went wrong.
No branches or pull requests
Self-service
Problem
Solution
Alternatives
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: