# aws-sdk-js-v3 | Amazon Web Services | Knowledge Base | Instagit

Modularized AWS SDK for JavaScript.

GitHub Stars: 3.6k

Repository: https://github.com/aws/aws-sdk-js-v3

---

## Articles

### [How to List All AWS Glue Jobs Using boto3: A Complete Guide](/aws/aws-sdk-js-v3/aws-boto3-glue-list-jobs)

Easily list all AWS Glue jobs with boto3. Our guide shows how to use the get_paginator method for seamless retrieval of every job across your AWS account and region.

- Tags: how-to-guide
- Published: 2026-02-16

### [S3 CORS Configuration: Common Pitfalls That Cause Invalid JSON Errors in AWS SDK for JavaScript v3](/aws/aws-sdk-js-v3/s3-cors-configuration-common-json-pitfalls)

Learn common pitfalls causing invalid JSON errors with S3 CORS configuration in AWS SDK for JavaScript v3. Avoid mismatches with CORSRule and CORSConfiguration shapes.

- Tags: how-to-guide
- Published: 2026-02-16

### [How to Configure S3 Bucket CORS to Allow Cross-Origin Requests from a Specific Domain](/aws/aws-sdk-js-v3/s3-bucket-cors-allow-domain)

Learn how to configure S3 bucket CORS for specific domains using the AWS SDK for JavaScript v3. Easily allow cross-origin requests from your domain with PutBucketCorsCommand.

- Tags: how-to-guide
- Published: 2026-02-16

