Skip to main content

No project description provided

Project description

AWS CloudFormation Resource Provider Go 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 Go 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 Go Plugin - this will automatically install the the CloudFormation CLI! A Python virtual environment is recommended.

pip3 install cloudformation-cli-go-plugin

Refer to the documentation for the CloudFormation CLI for usage instructions.

Development

For changes to the plugin, a Python virtual environment is recommended. Check out and install the plugin in editable mode:

python3 -m venv env
source env/bin/activate
pip3 install -e /path/to/cloudformation-cli-go-plugin

You may also want to check out the CloudFormation CLI if you wish to make edits to that. In this case, installing them in one operation works well:

pip3 install \
  -e /path/to/cloudformation-cli \
  -e /path/to/cloudformation-cli-go-plugin

That ensures neither is accidentally installed from PyPI.

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, isort, pytest-local
pre-commit run pytest-local

Use ./generate-examples.sh to run install cloudformation-cli-go-plugin locally and run cfn generate in each example.

Getting started

This plugin create a sample Go project and requires golang 1.8 or above and godep. For more information on installing and setting up your Go environment, please visit the official Golang site.

License

This library is licensed under the Apache 2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudformation-cli-go-plugin-2.0.4.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file cloudformation-cli-go-plugin-2.0.4.tar.gz.

File metadata

  • Download URL: cloudformation-cli-go-plugin-2.0.4.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0

File hashes

Hashes for cloudformation-cli-go-plugin-2.0.4.tar.gz
Algorithm Hash digest
SHA256 2b6bc4eaa89b7c055a91b86ec957ef765b0c8a43f5af3c4fa916e2d4d3fd03d6
MD5 c36a55179b25899a69bb1e769aafe28f
BLAKE2b-256 8f00909410b531a330f3f8a784862dd0daf12541a99a969555e2b3c7af892ec7

See more details on using hashes here.

File details

Details for the file cloudformation_cli_go_plugin-2.0.4-py3-none-any.whl.

File metadata

  • Download URL: cloudformation_cli_go_plugin-2.0.4-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0

File hashes

Hashes for cloudformation_cli_go_plugin-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2bf1dd45c44cb816b7058e64dc7b07ac8665a97a8d4ffa8b8ba43915bc1bdc18
MD5 cf901cd0d849d79d83b0214aef3be8f9
BLAKE2b-256 3cb89f0f899621e3f48e7ca2c22f06f6edaaef6bec2877abea6603f107881aee

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page