aws-solutions / smart-product-solution

The Smart Product Solution is a customer deployable reference architecture to help manufacturers to jumpstart development of innovative connected/smart product services.
Apache License 2.0
28 stars 20 forks source link

Deploying 2 times the solution will fail due to CodeCommit repository already present #21

Closed iotFab closed 4 years ago

iotFab commented 4 years ago

The clean up of codeCommit is skipped when deleting the stack. Running the stack a second time will fail due to codeCommit repository existing with the same name.

2 options :

Thank you, Fabian

iotFab commented 4 years ago

An option to resolve that would be to change the default variable name for CodeCommit Repository Name. The result of this would be like the second option which is done automatically. This will smooth the process in case of failure in first attempt.

gsingh04 commented 4 years ago

Thank you for reporting this behavior. Please feel free to open PR and we can investigate the behavior you are aiming for.