Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cdk-fargate-express

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cdk-fargate-express

A sample JSII construct lib for Express Apps in AWS Fargate

  • 0.4.305
  • Source
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc