Autodyne
Autodyne lets you use AWS DynamoDB from your Heroku Application.
Add it to your Heroku app at https://elements.heroku.com/addons/autodyne.
After you have installed the addon, you can use the AWS credentials and these APIs to manage your DynamoDB table.
POSTUpdate Table Indexes Indexes
https://api.autodyne.mixable.net/dynamodb
To prevent sensitive operations, your Autodyne addon IAM user does not have dynamodb:UpdateTable
permissions. Instead Autodyne offers a restricted Update Table API.
Requests to this endpoint must still be signed with an AWS V4 Signature from your addon access key and secret and require a custom X-Target
header.
AUTHORIZATIONAWS Signature
Access Key
Secret Key
HEADERS
X-Target
Content-Type
Bodyraw
Example Request
Update Table Indexes Indexes
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers