Skip to content

[Feature]: Transformation for AWS.NodeHttpClient #924

@trivikr

Description

@trivikr

Self-service

  • I'd be willing to implement this feature

Problem

import AWS from "aws-sdk";

const handler = new AWS.NodeHttpClient();

Solution

import { NodeHttpHandler } from "@smithy/node-http-handler";

const handler = new NodeHttpHandler();

Alternatives

N/A

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions