0.0.5 • Published 2 years ago

demo-awscdk-construct v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

npm version PyPI version release

ECS Construct Quickstart

This is a sample project to use projen to create CDK Construct and publish to registries like npm and pypi.

Usage

    const app = new cdk.App();
    const stack = new cdk.Stack(app, "MyStack");
    new MyEcs(stack, "MyEcs");
0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago