I’m just looking at using the Amazon Polly API from within Bubble, however it seems Amazon require that all requests sent using their rest api are signed.
The signature is based on a hash of the request you have to generate before sending it:
You can do this in vanilla Bubble, but it’s a bit more convoluted than it needs to be. I show how it can be done with the similar Amazon Product Search API here:
Configuring the basic API access is as easy as any other API (and this is well worth learning as it’s one of the most powerful features in Bubble), but this style of auth requires a bit of hoop jumping in vanilla Bubble.
I might do a plugin to help with these, but I’d not thought about that in a while.
Hi @jamesdevonport did you figure out how to connect to aws API there are a couple of services I would like to connect to, but looking at the documentation it is not a simple process.
I am doing some investigating and can see that a plugin may not actually work on it’s own, but the great thing about Amazon is they provide the tools to build out an API.
I have started down this road and as soon as I have a solution that works will let you know.