0.0.13 • Published 4 months ago

@jttc/aws-codestarconnection v0.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

Commitizen friendly npm

View on Construct Hub

AWS CodeStar Connection Construct Library

This package contains constructs for working with Amazon CodeStar Connection.

CodeStar Connection

Define a Codestar Connection by creating a new instance of CodeStarConnection. You can create a connection for different providers

const codestartConnection = new CodeStarConnection(
  this,
  'CodeStarConnection',
    {
      connectionName: 'github-connection',
      providerType: CodeStarConnectionProviderType.GITHUB,
    }
  );
0.0.13

4 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago

0.0.0

7 months ago