Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

uhop/dynamodb-toolkit-lambda

Repository files navigation

dynamodb-toolkit-lambda NPM version

Superseded. The Lambda adapter now ships inside dynamodb-toolkit as the dynamodb-toolkit/lambda subpath export (3.8.0+). This package is a frozen re-export thunk: it keeps existing consumers working unchanged and receives no further development. The repository is archived.

Migration

Change the imports — nothing else:

-import {createLambdaAdapter} from 'dynamodb-toolkit-lambda';
+import {createLambdaAdapter} from 'dynamodb-toolkit/lambda';

-import {createNodeListener, createFetchBridge} from 'dynamodb-toolkit-lambda/local.js';
+import {createNodeListener, createFetchBridge} from 'dynamodb-toolkit/lambda/local.js';

Then drop dynamodb-toolkit-lambda from your package.json. The API, options, event-shape auto-detection (API Gateway v1 / v2, Function URL, ALB), and wire contract are identical — the code simply lives in the core package now.

What this thunk is

export * from 'dynamodb-toolkit/lambda' (plus path-compat re-exports for local.js and read-lambda-body.js) — nothing else. It declares an open-ended peer on dynamodb-toolkit >= 3.8.0, so future core releases never require a thunk update.

Documentation lives in the core wiki: Framework adapters (shared surface) and Lambda adapter.

Release notes

  • 0.4.0 Frozen re-export thunk over dynamodb-toolkit/lambda; superseded by the core subpath. No API changes.
  • 0.3.0 Standalone adapter line (final implementation release); see the core wiki for current docs.

Full details in the wiki's Release notes.

License

BSD-3-Clause.

About

AWS Lambda adapter for dynamodb-toolkit — serves the standard REST route pack as a Lambda handler for API Gateway (REST / HTTP), Lambda Function URLs, and ALB. Delegates parsing, envelope building, and policy to dynamodb-toolkit/rest-core.

Topics

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors