0.0.5 • Published 5 months ago

demo-awscdk-construct v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months 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

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago