Skip to content

Commit

Permalink
test: config/endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Apr 11, 2024
1 parent 507e2e4 commit f3a2988
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/transforms/v2-to-v3/__fixtures__/config/endpoint.input.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import AWS from "aws-sdk";

const config = new AWS.Config({
endpoint: "http://localhost"
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const client = {
endpoint: "http://localhost"
};

0 comments on commit f3a2988

Please sign in to comment.