Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fully worked example for signing requests for API gateway #1047

Closed
rcoh opened this issue Jan 17, 2024 · 3 comments
Closed

Add a fully worked example for signing requests for API gateway #1047

rcoh opened this issue Jan 17, 2024 · 3 comments
Labels
documentation This is a problem with documentation duplicate This issue is a duplicate. feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@rcoh
Copy link
Contributor

rcoh commented Jan 17, 2024

Describe the issue

There are currently examples in the aws-sigv4 crate but they don't clearly articulate how to set up the end-to-end signing (e.g. obtaining credentials, producing a request, etc.

Links

https://docs.rs/aws-sigv4/latest/aws_sigv4/http_request/index.html#example-signing-an-http-request

@rcoh rcoh added documentation This is a problem with documentation needs-triage This issue or PR still needs to be triaged. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 17, 2024
@ymwjbxxq
Copy link

Also, remember to add an example without

let identity = Credentials::new(
    "AKIDEXAMPLE",
    "wJalrXUtnFEMI/K7MDENG+bPxRfiCYEXAMPLEKEY",
    None,
    None,
    "hardcoded-credentials"

maybe we link to #1037

@jmklix jmklix added bug This issue is a bug. feature-request A feature should be added or improved. p2 This is a standard priority issue and removed bug This issue is a bug. labels Feb 9, 2024
@jmklix jmklix added the duplicate This issue is a duplicate. label Apr 26, 2024
@jmklix
Copy link
Member

jmklix commented Apr 26, 2024

Closing as duplicate: #948

@jmklix jmklix closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2024
Copy link

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation duplicate This issue is a duplicate. feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

3 participants