Ross ROSS = Recommend OSS · open-source software intelligence for agents

dwyl/aws-sdk-mock

:rainbow: AWSomocks for Javascript/Node.js aws-sdk tested, documented & maintained. Contributions welcome! observed · 2026-09-01

github.com/dwyl/aws-sdk-mock · TypeScript · Apache-2.0 (permissive) observed · 2026-09-01

Health v2 · maintenance only

68/100

  • Activity 100
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3862
  • days_rel: 721
  • days_push: 2
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1128 stars · 105 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Node.js library that mocks AWS SDK (v2) services and methods using Sinon.js, primarily for unit testing AWS Lambda functions. It lets developers replace AWS service calls (S3, DynamoDB, SNS, etc.) with stubbed responses during tests.

Use cases

  • mock aws sdk calls in unit tests
  • test lambda functions without hitting real aws services
  • stub s3 operations in node.js tests
  • mock dynamodb responses for testing
  • simulate sns messages in tests
  • prevent aws api calls during ci test runs

When to choose

  • you use AWS SDK for JavaScript v2 and need reliable, maintained mocks
  • you are unit testing Lambda functions that call AWS services
  • you want Sinon.js-based stubbing of AWS service methods

When to avoid

  • you are using AWS SDK v3, where mocking via client injection is often simpler
  • you need integration tests against real or emulated AWS services (e.g. LocalStack)
  • your project is not JavaScript/Node.js

Facets

library · maturity active

mocking testing testing developer-tools cloud-computing aws-sdk aws unit-testing sinon lambda npm-package nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
dwyl/aws-sdk-mockmain68

For agents

markdown · JSON · MCP: product_card(name="dwyl/aws-sdk-mock")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem