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

Feature/simplified seedkit deployment #21

Merged

Conversation

chamcca
Copy link
Contributor

@chamcca chamcca commented Jul 5, 2022

Issue #, if available: #20

Description of changes: Simplify checking for and deploying the Seedkit for consumers.

Enables checking for existence of the seedkit as well as returning the stack_name and stack_outputs if it is deployed:

from aws_codeseeder import commands

deployed, stack_name, stack_outputs = commands.seedkit_deployed(seedkit_name="some-name")

if not deployed:
    commands.deploy_seedkit(seedkit_name="some-name")

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@srinivasreddych srinivasreddych self-requested a review July 6, 2022 01:25
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

Successfully merging this pull request may close these issues.

None yet

3 participants