Commit be1383a
Ket Patel
fix: replace lambdainternal client with botocore lib having latest Lambda client model
- Remove load_preview_botocore_models() calls from initialize_from_env()
- Update boto3.client() calls from lambdainternal to lambda
- Remove lambdainternal botocore model files
- Add boto3/botocore wheel files to lib directory
- Update tests to expect lambda client instead of lambdainternal
- Add allow-direct-references = true to pyproject.toml1 parent c1683de commit be1383a
File tree
3 files changed
+3
-6
lines changed- src/aws_durable_execution_sdk_python
- tests
3 files changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
928 | 927 | | |
929 | 928 | | |
930 | 929 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1854 | 1854 | | |
1855 | 1855 | | |
1856 | 1856 | | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
| 1857 | + | |
1860 | 1858 | | |
1861 | 1859 | | |
1862 | 1860 | | |
| |||
0 commit comments