(pipelines): Adding an example that shows how to write smoke test for deployed infrastructure #610
Labels
effort/medium
Medium work item – a couple days of effort
feature-request
A feature should be added or improved.
ngde/pod
Great issues for pods
p1
General Information
Original issue: aws/aws-cdk#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
The text was updated successfully, but these errors were encountered: