Skip to content
New issue

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

Test framework ( TaskCat ) is a must to comply with SDLC #34

Open
abdennour opened this issue May 12, 2018 · 0 comments
Open

Test framework ( TaskCat ) is a must to comply with SDLC #34

abdennour opened this issue May 12, 2018 · 0 comments

Comments

@abdennour
Copy link

Since the infrastructure becomes a code (software), any code should be testable according to SDLC.

Then, we need to automate testing on the CloudFormation templates used in this repository.

Currently, I can suggest the following:

1. Syntax Validity

aws cloudformation validate-template is designed to check the syntax of the template, but it does not check that the values being passed on to properties are valid.

2. Operational Validity

TaskCat automates the testing of templates in multiple regions because, currently, the only method to check the operational validity of a template is to attempt to create a stack.. This is the same tool used internally by AWS teams to test the AWS Quick Start templates.

Whenever I have time, I should contribute in this great repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant