Consume sceptre as a library #1046
Unanswered
alex-harvey-z3q
asked this question in
Q&A
Replies: 2 comments 1 reply
-
We render all / some templates for later validation with cfn-lint / cfn_nag / etc with a simple custom script like:
One reason for a custom script -- sceptre generate asd/xyz.yaml CLI will print out multiple yaml templates alltogether if there're dependencies (not sure if it's fixed). @alexharv074 hope it helps |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks for the info @ykhalyavin. Wondering if you could create a PR to add that info to the Sceptre docs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wish to consume Sceptre as a library in a Python project. I note however that comments in the code recommend not importing the
sceptre.cli
module. Is there documentation on how to import Sceptre as a library, is it even really possible given the existing code organisation, and are there any code examples?Beta Was this translation helpful? Give feedback.
All reactions