AWS Glue website screenshot

AWS Glue

AWS Glue is a fully managed serverless extract, transform, and load (ETL) service that makes it easy to discover, prepare, and combine data for analytics, machine learning, and application development. It provides a central data catalog, crawlers for automated metadata discovery, visual and code-based job authoring, and data quality capabilities. The Glue 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
DataData CatalogETLAnalyticsServerless

APIs

AWS Glue API

Programmatic interface for managing the Glue Data Catalog, crawlers, ETL jobs, triggers, workflows, development endpoints, and data quality rulesets. Requests are signed with AW...

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 Glue API
  version: '2017-03-31'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: AWS Glue JSON RPC entry point
    type: http
  http:
    method: POST
    url: https://glue.{region}.amazonaws.com/
    headers:
    - name: X-Amz-Target
      value: ''
    - name: Content-Type
      value: ''
    body:
      type: json
      data: '{}'
  docs: 'All AWS Glue operations are POST requests to the root path with the

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

    `AWSGlue.<OperationName>`. The body is a JSON object containing

    operation input parameters. A representative subset of supported

    operations is enumerated below.

    '
bundled: true