Closed thinksanky closed 4 years ago
Missed to note this:
The resource canary is getting created fine. So I do not see an issue with canary creation.
The issue is the Stack validation failed and it tries to Rollback and then tries to Delete and Delete fails as well. The final state of the Stack is "Delete Failed"
This got resolved after upgrading to 2.0.1 RPDK
Before: My schema has a property called
Code
as follows:Before upgrade to 2.0 from 1.1 there was no error during creating the stack in my integration tests.
But after upgrading to 2.0, I am seeing the following validation error during stack creation ( canary creation which. my resource )
Here is the input template for
Code