Skip to content

Commit

Permalink
Load ssm params recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Aug 7, 2023
1 parent 1c12fc0 commit 256f228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default class Utilities {
const input = {
Path: this.#ssmPath,
WithDecryption: true,
Recursive: true,
};
if (nextToken) input['NextToken'] = nextToken;

Expand Down

0 comments on commit 256f228

Please sign in to comment.