Skip to content

Conversation

@mwarman
Copy link
Member

@mwarman mwarman commented Dec 23, 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 SNS client wrapper #12
  • Added the SNS client utility which wraps the AWS SDK SNSClient providing wrapper which implements best practices.
  • Updated the 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. Use the SNS client in a test project.
  2. Deploy the test project to AWS.
  3. Test using the SNS client.

🔗 Additional Information

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

  • [...]

…ities

- Updated version in package.json to 0.4.0-alpha.1
- Upgraded @typescript-eslint packages to 8.50.1
- Added aws-sdk-client-mock as a dev dependency
- Updated AWS SDK dependencies to version 3.957.0
- Introduced sns-client.ts with functions to initialize, get, reset SNS client and publish messages
- Added tests for SNS client functionalities in sns-client.test.ts
- Exported SNS client utilities from index.ts
@mwarman mwarman self-assigned this Dec 23, 2025
@mwarman mwarman linked an issue Dec 23, 2025 that may be closed by this pull request
@mwarman mwarman marked this pull request as ready for review December 23, 2025 13:24
@mwarman mwarman merged commit ce528e6 into main Dec 23, 2025
1 check passed
@mwarman mwarman deleted the 12-sns-client-wrapper branch December 23, 2025 13:25
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.

SNS client wrapper

2 participants