-
Notifications
You must be signed in to change notification settings - Fork 301
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
feat(example): python hello example #101
Conversation
Signed-off-by: campionfellin <campionfellin@gmail.com>
@eladb this feels a bit odd, with |
You need Not 100% sure what's the best way to do that TBH. |
Signed-off-by: campionfellin <campionfellin@gmail.com>
@eladb I looked into it, and it seems I just needed the dependency on the I think folks can take the example and edit as-needed (remove package.json, add deps to Pipefile, etc), but this stands as a base starting point for users. |
@eladb let's merge this and the other python examples |
Your pull request will be updated and merged automatically (do not update manually). |
First pass at converting more-or-less the python into
to an actual example, that will be built by
lerna
withyarn build
. We can use this to verify changes continue to work with python. It's also a great point of reference for python developers usingcdk8s
Signed-off-by: campionfellin campionfellin@gmail.com
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license