Basically what I would like to propose to be added is pipelines.CodePipeline example that contains post-stage step executing a smoke test suite (multiple tests) against just deployed infrastructure. An idea is to extend currently existing examples that just run simple curl with something more advanced like checking if submitting a message to topic linked somewhere producer a desired result.
Proposed Solution
Create simple one stage pipeline with post step that assumes a role deployed as part of step and uses that assumed credentials to execute a smoke test.
Language
Python
Other information
No response
Acknowledge
[X] I may be able to implement this feature request
General Information
Original issue: https://github.com/aws/aws-cdk/issues/18580
Basically what I would like to propose to be added is
pipelines.CodePipeline
example that contains post-stage step executing a smoke test suite (multiple tests) against just deployed infrastructure. An idea is to extend currently existing examples that just run simplecurl
with something more advanced like checking if submitting a message to topic linked somewhere producer a desired result.Proposed Solution
Create simple one stage pipeline with post step that assumes a role deployed as part of step and uses that assumed credentials to execute a smoke test.
Language
Python
Other information
No response
Acknowledge