Fliplist
  • Fliplist
  • About
  • Contact
  • No Code Development
  • Free
    • AWS4 Plugin
      • bubble.io plugin link
      • API setup not included
      • Open Source Plugin
      • AWS Bedrock Example
Powered by GitBook
On this page
  • Amazon Web Services
  • Some requests require AWS Version 4 Signing

Was this helpful?

  1. Free

AWS4 Plugin

PreviousNo Code DevelopmentNextbubble.io plugin link

Last updated 1 year ago

Was this helpful?

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

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.

(code link)

AssumeRoleWithWebIdentity
https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html
https://runkit.com/wimpyprogrammer/aws-v4-signature-with-cryptojs
Calculate AWS v4 Signature with client-side JavaScript - WimpyProgrammer
BLOG POST HERE ( thank Drew)
Logo