Skip to main content

A sample JSII construct lib for Express Apps in AWS Fargate

Project description

awscdk-jsii-template NPM version PyPI version Release

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

cdk-fargate-express-0.4.305.tar.gz (25.1 kB view hashes)

Uploaded Source

Built Distribution

cdk_fargate_express-0.4.305-py3-none-any.whl (25.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page