A sample JSII construct lib for Express Apps in AWS Fargate
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
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 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
|