You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're excited to share our progress with adding new languages to the CloudFormation CLI! This plugin is an early preview, and not ready for production use.
3
+
The CloudFormation CLI (cfn) allows you to author your own resource providers that can be used by CloudFormation.
4
+
5
+
This plugin library helps to provide Python runtime bindings for the execution of your providers by CloudFormation.
The support library, `cloudformation-cli-python-lib` must be packaged and present in the project's directory. Packaging can be done by running the `package_lib.sh` script. Example run:
27
-
28
25
```
29
26
$ cfn init
30
27
Initializing new project
@@ -43,7 +40,6 @@ This is highly recommended unless you are experienced
0 commit comments