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")
)

Supported by

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