You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pypi release automation through github actions
* Forward region via meta (#71)
* feat(sigv4_helper): inject AWS_REGION in _meta
* Override the sigv4 signature when adding _meta.
* feat(sigv4_helper): add region and service argument to _inject_metadata_hook to allow for proper resigning of sigv4 to work
* feat(server.py): add forwarding region as optional argument
* feat: replace forwarding region with metadata forwarding
* refactor: move the hooks from sigv4_helper.py into a new folder and add tests
* refactor(siv4_helper.py): move signing logic from client creation to an event hook
* test(test_hooks.py): add assertions
* refactor(sigv4_helper.py): remove hooks.py module and move hooks to sigv4_helper.py
This refactor was needed in order to avoid a circular depdency, which resulted in a mid-module import.
---------
Co-authored-by: Kyon Caldera <kyonc@amazon.com>
Co-authored-by: Leonardo Araneda Freccero <araneda@amazon.com>
* docs: mention creating issues first before sending large PR with new feature (#76)
* feat: allow iam mcp client to take a botocore credentials object (#84)
* pypi release automation through github actions
* chore: pypi publishing added to development.md
* chore: simplifying uv install
* fix: adding input commit id for integ tests, and passing it in publish workflows.
---------
Co-authored-by: Harvish N S <harvishn@amazon.com>
Co-authored-by: Kyon <91875365+kyoncal@users.noreply.github.com>
Co-authored-by: Kyon Caldera <kyonc@amazon.com>
Co-authored-by: Leonardo Araneda Freccero <araneda@amazon.com>
Co-authored-by: wzxxing <169175349+wzxxing@users.noreply.github.com>
Co-authored-by: Leonardo Araneda Freccero <arangatang@users.noreply.github.com>
0 commit comments