1.0.16 • Published 9 months ago

dpn-cdk-lib v1.0.16

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Document Processing Neo CDK Library

Contains infrastructure code shared among all the services.

This project houses a collection of constructs for AWS Cloud Development Kit (CDK), aiming to simplify the process of using AWS services in your API service repositories.

Presently, we offer a Fargate service construct, but our plans extend to add more in the near future, making this library a comprehensive toolset for your cloud development needs.

Each construct in the library is designed with best practices in mind, aiming to provide you with reliable, secure, and efficient ways to utilize AWS services.

Installation

To use the constructs in your CDK application, you need to add this library as a dependency to your project. Use the following command:

npm install -D dpn-cdk-lib

Usage

To utilize a construct from the library, import the library and use the construct like this:

import * as cdk from '@aws-cdk/core';
import { BaseProcessorService } from 'dpn-cdk-lib';

const app = new cdk.App();
new BaseProcessorService(app, 'service-name', {
  // BaseProcessorProps
});

List of constructs

Fargate Service Construct

Our initial construct is designed to streamline the creation and management of AWS Fargate services.

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago

1.0.16

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

0.1.20

10 months ago

0.1.21

10 months ago

0.1.22

10 months ago

0.1.23

10 months ago

0.1.24

10 months ago

0.1.19

10 months ago

0.1.18

10 months ago

0.1.17

10 months ago

0.1.16

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.13

10 months ago

0.1.12

10 months ago

0.1.11

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago