Skip to content

Commit 892b135

Browse files
author
Wenbing Li
authored
Update README to use public released plugin (#106)
1 parent 21a7da9 commit 892b135

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# DEVELOPER PREVIEW
1+
# AWS CloudFormation Resource Provider Python Plugin
22

3-
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.
46

57
## AWS CloudFormation Resource Provider Python Plugin
68

@@ -13,18 +15,13 @@ This plugin library helps to provide runtime bindings for the execution of your
1315
Installation
1416
------------
1517

16-
Because this is a developer preview, you can't install it from pypi (the version there will not work)
17-
You can still install the plugin using [pip](https://pypi.org/project/pip/) from GitHub.
18-
1918
```bash
20-
pip install git+https://github.com/aws-cloudformation/aws-cloudformation-rpdk-python-plugin.git#egg=cloudformation-cli-python-plugin
19+
pip install cloudformation-cli-python-plugin
2120
```
2221

2322
Howto
2423
-----
2524

26-
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-
2825
```
2926
$ cfn init
3027
Initializing new project
@@ -43,7 +40,6 @@ This is highly recommended unless you are experienced
4340
with cross-platform Python packaging.
4441
>> y
4542
Initialized a new project in <>
46-
$ cp ../cloudformation-cli-python-lib-0.0.1.tar.gz .
4743
$ cfn submit --dry-run
4844
$ cat <<EOT > test.json
4945
{

package_lib.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)