Skip to content

Commit

Permalink
Merge pull request #621 from magieno/add-change-sets-cloudformation
Browse files Browse the repository at this point in the history
- Fix again.
  • Loading branch information
etiennenoel authored Nov 28, 2023
2 parents 82ea312 + 307fc78 commit a4d5b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/src/clients/cloudformation.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class CloudformationClient implements CloudformationClientInterface {
this.logHandler.debug("CLOUDFORMATION CLIENT - List Change Sets", {input}, AwsModuleKeyname);
const command = new ListChangeSetsCommand(input)
try {
const response = await this.getClient().send(input);
const response = await this.getClient().send(command);

this.logHandler.debug("CLOUDFORMATION CLIENT - List Change set Response", {input, response}, AwsModuleKeyname)

Expand Down

0 comments on commit a4d5b1a

Please sign in to comment.