Skip to content

Conversation

@ShreyP88
Copy link
Contributor

@ShreyP88 ShreyP88 commented Oct 22, 2025

Description of changes:
This change enables pass through support for the batch create, update, and delete apis to the corresponding boto3 client methods.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Testing:
The three batch apis which were previously un-callable, are now callable with

manager = MemorySessionManager(memory_id="pantsssdubs-z7y68R2Frj", region_name="us-east-1")
response = manager.batch_create_memory_records(
    memoryId="pantsssdubs-z7y68R2Frj",
    records=[]
)

Output:
SUCCESS: {'ResponseMetadata': {'RequestId': '9c6ea4f8-3367-4312-a939-7261359c430e', 'HTTPStatusCode': 201, 'HTTPHeaders': {'date': 'Wed, 22 Oct 2025 22:18:46 GMT', 'content-type': 'application/json', 'content-length': '43', 'connection': 'keep-alive', 'x-amzn-requestid': '9c6ea4f8-3367-4312-a939-7261359c430e'}, 'RetryAttempts': 0}, 'successfulRecords': [], 'failedRecords': []}

jona62
jona62 previously approved these changes Oct 22, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@ecba82d). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage        ?   89.39%           
=======================================
  Files           ?       24           
  Lines           ?     2413           
  Branches        ?      342           
=======================================
  Hits            ?     2157           
  Misses          ?      151           
  Partials        ?      105           
Flag Coverage Δ
unittests 89.39% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Shreyas Pant <69047353+ShreyP88@users.noreply.github.com>
@jona62 jona62 merged commit 245f3c1 into aws:main Oct 22, 2025
16 of 17 checks passed
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.

3 participants