AWS CodeBuild website screenshot

AWS CodeBuild

AWS CodeBuild is a fully managed continuous integration build service that compiles source code, runs unit tests, and produces deployable artifacts. It eliminates the need to provision, manage, and scale build servers by providing prepackaged build environments for popular languages and tools, and scales automatically to meet peak build requests. The CodeBuild API uses AWS Signature Version 4 (SigV4) authentication and is accessed via SDKs, the AWS CLI, or direct HTTPS calls to regional service endpoints.

1 APIs 0 Features
BuildCI/CDContinuous IntegrationDeveloper ToolsDevOps

APIs

AWS CodeBuild API

Programmatic interface for managing CodeBuild projects, build runs, reports, source credentials, and webhooks. Requests are signed with AWS Signature Version 4 and sent to regio...

Collections

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
APIReference
APIReference
💰
Pricing
Pricing
🔑
Authentication
Authentication
🔗
Endpoints
Endpoints
🔗
CLI
CLI
📦
SDKs
SDKs
👥
GitHubOrganization
GitHubOrganization
💬
Support
Support
🟢
StatusPage
StatusPage

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AWS CodeBuild API
  version: '2016-10-06'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: AWS CodeBuild JSON RPC entry point
    type: http
  http:
    method: POST
    url: https://codebuild.{region}.amazonaws.com/
    headers:
    - name: X-Amz-Target
      value: ''
    - name: Content-Type
      value: ''
    body:
      type: json
      data: '{}'
  docs: 'All CodeBuild operations are POST requests to the root path with the

    operation name specified in the `X-Amz-Target` header in the form

    `CodeBuild_20161006.<OperationName>`. The body is a JSON object

    containing the operation''s input parameters.

    '
bundled: true