Skip to content

feat(kinesis): Add Kinesis Client#3194

Merged
jvh-aws merged 33 commits into
mainfrom
feat/kinesis
Mar 4, 2026
Merged

feat(kinesis): Add Kinesis Client#3194
jvh-aws merged 33 commits into
mainfrom
feat/kinesis

Conversation

@jvh-aws
Copy link
Copy Markdown
Contributor

@jvh-aws jvh-aws commented Feb 6, 2026

  • PR title and description conform to Pull Request guidelines.

Issue #, if available: #3096

Description of changes:

Add AmplifyKinesisClient with SQLite-backed caching, auto-flush scheduling, batch PutRecords, retry tracking, user-agent injection, and typed error handling.

How did you test these changes?

Manual testing, unit and integration tests

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Ensure commit message has the appropriate scope (e.g fix(storage): message, feat(auth): message, chore(all): message)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jvh-aws jvh-aws marked this pull request as ready for review February 26, 2026 22:03
@jvh-aws jvh-aws requested review from a team as code owners February 26, 2026 22:03
@mattcreaser mattcreaser changed the title Feat/kinesis feat(kinesis): Add Kinesis Client Feb 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 79.37337% with 79 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.23%. Comparing base (546bc44) to head (c39a0b7).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3194      +/-   ##
==========================================
+ Coverage   54.81%   55.23%   +0.42%     
==========================================
  Files        1050     1076      +26     
  Lines       31401    31886     +485     
  Branches     4699     4749      +50     
==========================================
+ Hits        17213    17613     +400     
- Misses      12379    12448      +69     
- Partials     1809     1825      +16     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jvh-aws jvh-aws merged commit 87d2b46 into main Mar 4, 2026
17 of 18 checks passed
@jvh-aws jvh-aws deleted the feat/kinesis branch March 4, 2026 20:52
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.

2 participants