Skip to content

Commit

Permalink
Support endpointCacheSize
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 25, 2023
1 parent 03384b3 commit 006b2b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import AWS from "aws-sdk";

const config = new AWS.Config({
endpointCacheSize: 100
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const config = {
endpointCacheSize: 100
};
1 change: 1 addition & 0 deletions src/transforms/v2-to-v3/config/AWS_CONFIG_KEY_MAP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const AWS_CONFIG_KEY_MAP: Record<string, AwsConfigKeyStatus> = {
deprecationMessage: "The clock skew correction is applied by default.",
},
credentials: {},
endpointCacheSize: {},
systemClockOffset: {},
region: {},
};

0 comments on commit 006b2b2

Please sign in to comment.