realestate-com-au / stackup

a simple CLI and Ruby API for AWS CloudFormation
MIT License
97 stars 34 forks source link

Use the AWS CLI way to detect an empty changeset #103

Open elruwen opened 11 months ago

elruwen commented 11 months ago

Hi!

We noticed it doesn't work under all circumstances, we haven't figured out why exactly. But when I had a look at what aws cloudformation deploy does, I noticed that stackup does it slightly different. So I thought it might be a good idea to follow aws cloudformation deploy's lead.