Name of DynamoDB Table 1
/db/dynamodb/{YOUR_UNIQUE_TABLE_1}View Details
View Details
Created on 07/23/2023
Name of DynamoDB Table 2
/db/dynamodb/{YOUR_UNIQUE_TABLE_2}Learn more by going to API Reference Tab > DynamoDB API. This page will give you specifics on API endpoints and neccessary methods and data formats.
My DynamoDB API Functionality
This DynamoDB API is built using CRUD specifications. Below is a basic overview of the functionality of your DynamoDB API.Create data for my table
Create data for my table
POST
/payment/stripe/{YOUR_INTEGRATION_NAME}This is the endpoint you hit when you want clients to make payments to your stripe account.
Read / Query data from my table
Read / Query data from my table
POST
/payment/stripe/{YOUR_INTEGRATION_NAME}This is the endpoint you hit when you want clients to make payments to your stripe account.
Update data in my table
Update data in my table
POST
/payment/stripe/{YOUR_INTEGRATION_NAME}This is the endpoint you hit when you want clients to make payments to your stripe account.
Delete data from my table
Delete data from my table
POST
/payment/stripe/{YOUR_INTEGRATION_NAME}