cdk-fargate-express 0.4.305
pip install cdk-fargate-express
Latest version
Released:
A sample JSII construct lib for Express Apps in AWS Fargate
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: OSI Approved (Apache-2.0)
- Author: Pahud Hsieh<pahudnet@gmail.com>
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Typing
Project description
cdk-fargate-express
Deploy your serverless Express app in AWS with AWS CDK
Usage
On deployment, AWS CDK executs docker build
with your Express code assets at express.d
For example:
# Example automatically generated from non-compiling source. May contain errors.
from cdk_fargate_express import ExpressService
ExpressService(stack, "testing", vpc=vpc)
You may specify different folder by specifying expressAssets
property:
# Example automatically generated from non-compiling source. May contain errors.
ExpressService(stack, "testing",
vpc=vpc,
express_assets=path.join(__dirname, "../another_express.d")
)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: OSI Approved (Apache-2.0)
- Author: Pahud Hsieh<pahudnet@gmail.com>
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Typing
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
File details
Details for the file cdk-fargate-express-0.4.305.tar.gz
.
File metadata
- Download URL: cdk-fargate-express-0.4.305.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99ec51769d4cc87c8bbe125eae3af45c5bce3cd87fc3150ca454b0a0988c80d9 |
|
MD5 | 9b99fd2d303ae0f003e2680da6e02d31 |
|
BLAKE2b-256 | 3ea379c5c9518b2868e14a12191912ad299a2b72f2e9ac39349ebf001aa2d85d |
File details
Details for the file cdk_fargate_express-0.4.305-py3-none-any.whl
.
File metadata
- Download URL: cdk_fargate_express-0.4.305-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52ee91b14e66f9fe3fb1434923ff74f0315d0c2fe43fc89234de37dfbd9bd21f |
|
MD5 | 480d909d79ddde7b10b94d2b19c912fa |
|
BLAKE2b-256 | a2dda48091000df6c4c66b718de5d05e5be03bb2b03ac7805f77b29fa66a4ded |