aws/aws-sdk-js-v3

Modularized AWS SDK for JavaScript.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 18th, 2026
Created on April 4th, 2017
Open Issues & Pull Requests: 145 (+0)
GitHub issues: Enabled
Number of forks: 703
Total Stargazers: 3,667 (+0)
Total Subscribers: 43 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.4 hours
Mean response time: 12.4 days
90th percentile: 6.9 days
Tracked items: 741

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "potential-regression" is answered fastest, typically in about 3 hours, while "feature-request" waits about 33 hours. 87% of issues opened in the past year have been closed, leaving a working backlog. Three people close 55% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 77
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 570 days
Stale 30+ days: 69
Stale 90+ days: 60

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 17

Top labels

  • bug (436)
  • p2 (374)
  • closed-for-staleness (296)
  • response-requested (235)
  • p3 (189)
  • feature-request (124)
  • documentation (109)
  • service-api (107)

Detailed Description

AWS SDK for JavaScript v3 is a modularized SDK that enables JavaScript and TypeScript developers to interact with Amazon Web Services.

The SDK solves the problem of integrating AWS services into JavaScript applications by providing a rewrite of v2 with a modular architecture where each AWS service has its own separate package. This approach allows developers to install only the service packages they need, reducing bundle size and improving load times. The tool includes first-class TypeScript support with full type definitions and a new middleware stack for customizing request and response handling.

Developers should choose this SDK if they are building new JavaScript or TypeScript applications that need to interact with AWS services, or if they are migrating from v2 and want access to the modular packages and improved TypeScript experience. The modular design makes it particularly suitable for projects where bundle size matters, such as browser-based applications or serverless functions. The SDK works across Node.js, browser, and React Native environments. The README emphasizes that performance is crucial and directs users to documentation on this topic, suggesting it is a consideration for adoption decisions.

The project maintains active continuous integration with build status tracking and code coverage monitoring. The codebase follows a consistent code style using a standardized formatter. The repository includes comprehensive documentation through a developer guide and API reference, supplemented by example applications demonstrating multi-service workflows and migration paths from v2.