Skip to content

Conversation

@mwarman
Copy link
Member

@mwarman mwarman commented Dec 19, 2025

📢 Instructions

  • Begin with a DRAFT pull request.
  • Follow italicized instructions to add detail to assist the reviewers.
  • After completing all checklist items, change the pull request to READY.

🔧 Change Summary

Describe the changes included in this pull request. Link to the associated GitHub or Jira issue(s).

  • see DynamoDB client wrapper #6
  • Added a wrapper for the DynamoDB client and document client. Allows the implementer to configure the AWS SDK DynamoDB clients and construct singleton instances of the clients.
  • Updated project documentation.

📝 Checklist

Pull request authors must complete the following tasks before marking the PR as ready to review.

  • Complete a self-review of changes
  • Unit tests have been created or updated
  • The code is free of [new] lint errors and warnings
  • Update project documentation as needed: README, /docs, JSDoc, etc.

🧪 Steps to Test

Describe the process to test the changes in this pull request.

  1. Implement and test in the Lambda Starter project.

🔗 Additional Information

Optionally, provide additional details, screenshots, or URLs that may assist the reviewer.

  • [...]

… utilities

- Updated package version in package.json
- Added DynamoDB client and Document client utilities in dynamodb-client.ts
- Implemented initialization, retrieval, and reset functions for DynamoDB clients
- Created unit tests for DynamoDB client functionalities in dynamodb-client.test.ts
- Exported new client utilities from index.ts
@mwarman mwarman self-assigned this Dec 19, 2025
@mwarman mwarman linked an issue Dec 19, 2025 that may be closed by this pull request
@mwarman mwarman merged commit badbb43 into main Dec 19, 2025
1 check passed
@mwarman mwarman deleted the 6-dynamodb-client-wrapper branch December 19, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DynamoDB client wrapper

2 participants