Last updated:
0 purchases
awscodestarconnection 0.0.13
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,
}
);
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.