AWS CodeConnections
Jon Bonso2026-07-08T10:04:43+00:00AWS CodeConnections Cheat Sheet A service that configures and manages connections between AWS resources and external code repositories. CodeConnections is commonly used with services like CodePipeline, CodeBuild, and CodeDeploy to integrate with third-party source code providers. Features Connections are configurations that connect AWS resources to external code repositories (e.g., Bitbucket, GitHub, GitLab) Each connection is a named resource with a unique ARN used to reference it in other AWS services You can work with connections via the following API operations: CreateConnection: Creates a uniquely named connection. DeleteConnection: Deletes a specified connection. GetConnection: Returns information about a connection, including its status. [...]
