No project description provided
Project description
AWS CloudFormation Resource Provider Java Plugin
The CloudFormation CLI (cfn) allows you to author your own resource providers that can be used by CloudFormation.
This plugin library helps to provide Java runtime bindings for the execution of your providers by CloudFormation.
Usage
If you are using this package to build resource providers for CloudFormation, install the CloudFormation CLI and the CloudFormation CLI Java Plugin
pip3 install cloudformation-cli
pip3 install cloudformation-cli-java-plugin
Refer to the documentation for the CloudFormation CLI for usage instructions.
Development
First, you will need to install the CloudFormation CLI, as it is a required dependency:
pip3 install cloudformation-cli
For changes to the plugin, a Python virtual environment is recommended.
python3 -m venv env
source env/bin/activate
# assuming cloudformation-cli has already been cloned/downloaded
pip3 install -e .
pre-commit install
Linting and running unit tests is done via pre-commit, and so is performed automatically on commit. The continuous integration also runs these checks. Manual options are available so you don't have to commit):
# run all hooks on all files, mirrors what the CI runs
pre-commit run --all-files
# run unit tests only. can also be used for other hooks, e.g. black, flake8, pylint-local
pre-commit run pytest-local
License
This library is licensed under the Apache 2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cloudformation-cli-java-plugin-0.1.1.tar.gz
.
File metadata
- Download URL: cloudformation-cli-java-plugin-0.1.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59145ac1ae279d5ee64f372e285d77c7cdb734d683f0fd866267c479f2ac49fe |
|
MD5 | a2198d2d6a56d36d08cd23dab408059a |
|
BLAKE2b-256 | 687cb5160f54c729ffb4796fac00d444ee44f33e8ed13d4a9c1875357d6d0fba |
File details
Details for the file cloudformation_cli_java_plugin-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: cloudformation_cli_java_plugin-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27e6f6dd6bbba1bc8f1361b8e7d3e51a875399a7cabd70044fbc18ab37e1ee56 |
|
MD5 | 3e364773a47df09445081ee3b1722bba |
|
BLAKE2b-256 | e5ecc5e1a0e0b6c42949bed872e786631c09ea553dd44bfdf9f17e5b52980c12 |