AWS CDK extension for aws-cdk.aws-lambda
Project description
from aws_cdk import aws_lambda as lambda_
from aws_cdk.zip_asset_code import ZipAssetCode
lambda_.Function(stack, 'ExampleLambdaFunction',
code=ZipAssetCode('example-lambda/'),
handler='handler.handler',
runtime=lambda_.Runtime.PYTHON_3_8)
(snippet from example-cdk-lambda.py)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws-cdk.zip-asset-code-1.0.1.tar.gz.
File metadata
- Download URL: aws-cdk.zip-asset-code-1.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dd08b4b901b45640bf99849a2840231da99bf6e77280e8755274412a01d9a4a
|
|
| MD5 |
ee344e7d0f3a5645017ed634fb2e1d0d
|
|
| BLAKE2b-256 |
87b8fb9cfef7fbe3859bffa9686e8ba5495170c908b2ae93def9a42cec92602e
|
File details
Details for the file aws_cdk.zip_asset_code-1.0.1-py3-none-any.whl.
File metadata
- Download URL: aws_cdk.zip_asset_code-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b8cda85daeb53277f651c34efe238195b88ebab648f53ad73f44290c59eb54b
|
|
| MD5 |
ed4ae50dcc8c331917731ffdf3cc8dba
|
|
| BLAKE2b-256 |
046a44aa68bf9050d81dcbc69d1bacffae84f6859eb15b078d864d89f8116965
|