Copilot-cli: Check no changes err in DelegateDNS in cf/project.go

Created on 23 Nov 2019  路  3Comments  路  Source: aws/copilot-cli

Right now, in the DelegateDNS function in project.go, we call update here. If there's an error, we bubble it up and it eventually stops environment creation, this is fine.

We should, however, swallow the errChangeSetEmpty error - since it just means there were no updates needed.

Right now, if you run env init twice, and this delegation was successful the first time, it will cause the the update to fail.

good first issue typbug

All 3 comments

Thank you for this insightful issue.

happy to take on this. is it ok for non-first time contributor to tackle another "good first issue"?

Hi @sandyleo26!

It's totally okay for a non-first time contributor to tackle another "good first issue"! They're used more as an indicator on how much prior knowledge you might need about the codebase.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iamhopaul123 picture iamhopaul123  路  3Comments

tachyonics picture tachyonics  路  3Comments

kohidave picture kohidave  路  3Comments

efekarakus picture efekarakus  路  3Comments

bvtujo picture bvtujo  路  3Comments