Commit df108f6
authored
feat: add sdk name/version to user agent header (#344)
- Add user_agent_extra field to the default Lambda client config,
which appends the SDK name and version to the user agent header
- Update tests to verify the new user_agent_extra field
Include SDK name and version in the Lambda client's user agent header
to provide better visibility for debugging.1 parent 6d5fe84 commit df108f6
File tree
2 files changed
+7
-0
lines changed- src/aws_durable_execution_sdk_python
- tests
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
1059 | 1060 | | |
1060 | 1061 | | |
1061 | 1062 | | |
| 1063 | + | |
1062 | 1064 | | |
1063 | 1065 | | |
1064 | 1066 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
1940 | 1941 | | |
1941 | 1942 | | |
1942 | 1943 | | |
| 1944 | + | |
1943 | 1945 | | |
1944 | 1946 | | |
1945 | 1947 | | |
| |||
1963 | 1965 | | |
1964 | 1966 | | |
1965 | 1967 | | |
| 1968 | + | |
1966 | 1969 | | |
1967 | 1970 | | |
1968 | 1971 | | |
| |||
2038 | 2041 | | |
2039 | 2042 | | |
2040 | 2043 | | |
| 2044 | + | |
| 2045 | + | |
2041 | 2046 | | |
2042 | 2047 | | |
2043 | 2048 | | |
| |||
0 commit comments