directory
Version:
v0.0.0-...-eb0223b
Opens a new window with list of versions in this module.
Published: Jun 30, 2025
License: Apache-2.0
Opens a new window with license information.
README
¶
Python Examples

This section contains all the CDK code examples written in Python. For more information on using the CDK in Python, please see the Developer Guide.
Running Examples
To run example
- Ensure CDK is installed
$ npm install -g aws-cdk
- Create a Python virtual environment
$ python3 -m venv .venv
- Activate virtual environment
On MacOS or Linux
$ source .venv/bin/activate
On Windows
% .venv\Scripts\activate.bat
- Install the required dependencies.
$ pip install -r requirements.txt
- Synthesize (
cdk synth
) or deploy (cdk deploy
) the example
$ cdk deploy
To dispose of the stack afterwards:
$ cdk destroy
Table of Contents
Directories
¶
lambda-from-container
|
|
|
|
Click to show internal directories.
Click to hide internal directories.