Skip to content

CLI environment for working with the AWS Python CDK

License

Notifications You must be signed in to change notification settings

jswank/python-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdkdev

A minimal image for using the Python AWS CDK

Quickstart

$ docker run -ti --rm ghcr.io/jswank/python-cdk

Automation

A just taskfile is included as bin/cdkdev.

$ cdkdev help

Available recipes:
    clean              # Remove the persistent container
    default            # Invoke the 'persist' recipe
    help recipe="help" # Display this listing. Detailed help is available with 'help recipe_name'.
    persist aport=""   # Run (or attach to) a persistent container.
    restart            # Remove a running container, and run the default recipe
    run                # Run an ephemeral container.
    save image=image   # Save the running container as a new image


# Usage: run
#
# Start a shell in an ephemeral container, mounting the current directory as
# the project
#
# Run an ephemeral container.
@run:

About

CLI environment for working with the AWS Python CDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published