Skip to content

chore: update botocore model#14

Merged
wangyb-A merged 1 commit intoaws:mainfrom
wangyb-A:main
Sep 25, 2025
Merged

chore: update botocore model#14
wangyb-A merged 1 commit intoaws:mainfrom
wangyb-A:main

Conversation

@wangyb-A
Copy link
Contributor

@wangyb-A wangyb-A commented Sep 24, 2025

Description

  • Update sdk model file path from parent folder to src folder
  • Add a lambda client initialization test case
  • Update boto model json with the full file instead of DEX ones

Testing

  1. hatch build
  2. install the .whl file to venv
  3. test with:
    endpoint = "https://durable.durable-functions.devo.us-west-2.lambda.aws.a2z.com"
    region = "us-west-2"

    client = LambdaClient.initialize_from_endpoint_and_region(endpoint, region)
    client.checkpoint(durable_execution_arn="dummy", checkpoint_token="dummy", updates=[], client_token=None)
    client.get_execution_state(durable_execution_arn="dummy", checkpoint_token="dummy", next_marker="xx")

@wangyb-A wangyb-A requested a review from yaythomas September 24, 2025 23:31
@wangyb-A wangyb-A marked this pull request as ready for review September 24, 2025 23:32
@wangyb-A
Copy link
Contributor Author

I will test the boto change after the change is sync to gitfarm with local runner

@wangyb-A wangyb-A closed this Sep 25, 2025
@wangyb-A wangyb-A reopened this Sep 25, 2025
@wangyb-A wangyb-A changed the title main chore: update botocore model Sep 25, 2025
@wangyb-A wangyb-A force-pushed the main branch 3 times, most recently from ca8de6b to 826477e Compare September 25, 2025 19:50
- Update sdk model file path from parent folder to src folder
- Add a lambda client initialization test case
- Update boto model json with the full file instead of DEX ones
@wangyb-A
Copy link
Contributor Author

We will remove the preview model later so not harmful to add the whole json model file. Also make it easier to sync with any new API changes.

Copy link
Contributor

@yaythomas yaythomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@wangyb-A wangyb-A merged commit 1a6262f into aws:main Sep 25, 2025
2 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