You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: update package version to 0.4.0-alpha.1 and add SNS client utilities
- 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
* feat: add SNS client utilities and update documentation
0 commit comments