We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code is completely untested. There's a need for some sort of automated testing.
The text was updated successfully, but these errors were encountered:
I think it needs to be tested with AWS (ie not just unit testing).
We should look to testing some scenarios like:
stack create
stack create with custom cfn resource/lambda
stack update
stack delete
stackset creation
stackset instance create - default region
stackset instance create - many regions
stackset instances create - with override
stackset instance create with custom cfn resources/lambda
stackset instance amendments - various on above
stackset instance removal
stackset removal
We should build/use a harness to put together these testcases. I'm not sure if anything already exists... we should investigate.
Sorry, something went wrong.
In the meantime I test some most critical parts: cc6257f
As @maheshrayas found an issue in stackset grouping.
No branches or pull requests
This code is completely untested. There's a need for some sort of automated testing.
The text was updated successfully, but these errors were encountered: