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")
)
Release files for cdk-fargate-express 0.4.305
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cdk-fargate-express-0.4.305.tar.gz | 25.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cdk_fargate_express-0.4.305-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.1 kB
Release files / cdk-fargate-express-0.4.305.tar.gz
| Download URL | cdk-fargate-express-0.4.305.tar.gz |
|---|---|
| Size | 25.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
99ec51769d4cc87c8bbe125eae3af45c5bce3cd87fc3150ca454b0a0988c80d9
|
|
BLAKE2b-256 checksum How to use checksums |
3ea379c5c9518b2868e14a12191912ad299a2b72f2e9ac39349ebf001aa2d85d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / cdk_fargate_express-0.4.305-py3-none-any.whl
| Download URL | cdk_fargate_express-0.4.305-py3-none-any.whl |
|---|---|
| Size | 25.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52ee91b14e66f9fe3fb1434923ff74f0315d0c2fe43fc89234de37dfbd9bd21f
|
|
BLAKE2b-256 checksum How to use checksums |
a2dda48091000df6c4c66b718de5d05e5be03bb2b03ac7805f77b29fa66a4ded
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|