-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS SDK for js is being deprecated and is entering maintenance mode in September, 2024. The bump required some code changes as the implementation of some features have been changed/removed. Also deleted aws.ts as none of the functions in this file were used.
- Loading branch information
Showing
5 changed files
with
789 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const AWS = require("aws-sdk"); | ||
const { SSM } = require("@aws-sdk/client-ssm"); | ||
|
||
export default new AWS.SSM(); | ||
export default new SSM(); |
Oops, something went wrong.