Skip to content

Conversation

@suhridsaran
Copy link

Description

This PR adds a new tool, 'AwsSigV4Tool', which generates AWS signature version 4 headers for HTTP requests.
It is fully compatible with the strands HTTP tool and does not require any external dependencies like boto3.
This allow strands user to securely call any AWS services with minimal setup.

The PR includes:

  • The tool implementation in 'src/strands/tool/aws_sigv4.py
  • Unit tests in tests/strands/tool/test_aws_sigv4.py
  • Documentation in aws_sigv4.md with usage example and parameter description.

Related Issues

Documentation PR

Type of Change

New feature

Testing

  • [ X] I ran hatch run prepare
  • [X ] Unit test pass ('hatch test')
  • [X ] Integration test pass ('hatch run test-integ')
  • [ X] Verified no warning in consuming repo

Checklist

  • [ X] I have read the CONTRIBUTING document
  • [X ] I have added any necessary tests that prove my fix is effective or my feature works
  • [X ] I have updated the documentation accordingly
  • [X ] I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • [X ] My changes generate no new warnings
  • [ X] Any dependent changes have been merged and published

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant