# AWS4 Plugin

## Amazon Web Services

> "When you send API requests to AWS, you sign the requests so that AWS can identify who sent them. You sign requests with your AWS access key, which consists of an access key ID and secret access key. Some requests don’t need to be signed, including anonymous requests to Amazon Simple Storage Service (Amazon S3) and some API operations in AWS Security Token Service (AWS STS) such as [`AssumeRoleWithWebIdentity`](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html)."<br>
>
> <https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html>

## Some requests require AWS Version 4 Signing

Bubble.io does not have a current solution, so Fliplist built a plugin based on the blog post & code created by the Wimpy Programmer.&#x20;

We went with the server side Crypto-JS solution at the bottom of the page.

<https://runkit.com/wimpyprogrammer/aws-v4-signature-with-cryptojs> (code link)

{% embed url="<https://www.wimpyprogrammer.com/calculate-aws-v4-signature-client-side-javascript>" %}
BLOG POST HERE ( thank Drew)
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://products.fliplist.co/free/aws4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
