my-aws-cdk-lib
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

My AWS CDK Library

This is a library that extends the AWS CDK Library.

Usage

Installation

To use this package, you need to install this package.

npm install my-aws-cdk-lib

Use in your code

Classic import

You can use a classic import to get access to each service namespaces:

import { ec2_construct as myEc2 } from 'my-aws-cdk-lib';

const app = new App();
const stack = new Stack(app, 'TestStack');

new myEc2.Instances(stack, 'TestInstances', {
    ...
});

Readme

Keywords

none

Package Sidebar

Install

npm i my-aws-cdk-lib

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

40.9 kB

Total Files

8

Last publish

Collaborators

  • tatsuto-iijima