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/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.

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)

Last updated