You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const AWS = require('aws-sdk');
credentials = new AWS.EC2MetadataCredentials()
credentials = new AWS.EnvironmentCredentials('AWS');
credentials = new AWS.SharedIniFileCredentials({...);
const endpoint = new AWS.Endpoint(uri.host);
const req = new AWS.HttpRequest(endpoint);
const signer = new AWS.Signers.V4(req, 'es');
signer.addAuthorization(credentials, new Date());
const send = new AWS.NodeHttpClient();
abhirpat
changed the title
[Feature]: Looking for codemode to convert below examples
[Feature]: Looking for codemod to be able to convert below examples
Sep 19, 2023
Self-service
Problem
Solution
The codemode to convert them to V3 https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/migrating-to-v3.html
Alternatives
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: