Skip to main content

CDK commands for Poetry

Project description

PyPI Code style: black

Poetry CDK plugin

Provides CDK CLI commands synth, deploy and destroy with basic and default options.

This plugin removes the need to manage SHELL commands to perform basic CDK CLI commands.

Prerequisites

Installation

Use pip to install the package: pip install poetry-cdk-plugin

Usage

From a valid CDK codebase root directory, where Poetry is used, type:

  • poetry cdk synth: to run cdk synth of your CDK application
  • poetry cdk deploy: to run cdk deploy of your CDK application (without approval)
  • poetry cdk destroy: to run cdk destroy of your CDK application (with force option)

Roadmap

  • Add a cdk lambda package command to provide a ZIP for CDK Lambda construct and its from_asset feature

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

poetry_cdk_plugin-0.1.6.tar.gz (14.7 kB view hashes)

Uploaded Source

Built Distribution

poetry_cdk_plugin-0.1.6-py3-none-any.whl (16.8 kB view hashes)

Uploaded Python 3

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