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,
}
);