cdk-fargate-express
TypeScript icon, indicating that this package has built-in type declarations

0.4.305 • Public • Published

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:

import { ExpressService } from 'cdk-fargate-express';

new ExpressService(stack, 'testing', { vpc });

You may specify different folder by specifying expressAssets property:

new ExpressService(stack, 'testing', {
  vpc,
  expressAssets: path.join(__dirname, '../another_express.d'),
});

Readme

Keywords

Package Sidebar

Install

npm i cdk-fargate-express

Weekly Downloads

0

Version

0.4.305

License

Apache-2.0

Unpacked Size

86.9 kB

Total Files

17

Last publish

Collaborators

  • pahud