Skip to content

Commit

Permalink
add overwrite param (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun authored Jul 18, 2022
1 parent 9b6553f commit 0cc327d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class StoreTokenInSSMParamStoreUseCase
Name: path,
Type: "SecureString",
Value: token,
Overwrite: true,
};
const command = new PutParameterCommand(input);
const apiResponse = await client.send(command);
Expand Down

0 comments on commit 0cc327d

Please sign in to comment.