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

(pipelines): Adding an example that shows how to write smoke test for deployed infrastructure #610

Open
1 of 2 tasks
kornicameister opened this issue Feb 7, 2022 · 1 comment
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

Comments

@kornicameister
Copy link

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 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

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@kornicameister kornicameister added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 7, 2022
@peterwoodworth peterwoodworth added effort/medium Medium work item – a couple days of effort p1 and removed needs-triage This issue or PR still needs to be triaged. labels Feb 7, 2022
@peterwoodworth
Copy link
Contributor

Let me know if you'd like any assistance with this 🙂

@kaiz-io kaiz-io added the ngde/pod Great issues for pods label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants