Skip to main content

Name of DynamoDB Table 1

/db/dynamodb/{YOUR_UNIQUE_TABLE_1}
Created on 07/23/2023

Name of DynamoDB Table 2

/db/dynamodb/{YOUR_UNIQUE_TABLE_2}
Created on 08/17/2023

NameTypeRequired
| id | String | True | | name | String | False |

Single Source of Truth: auto generated parsing of DynamoDB table

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.
POST /payment/stripe/{YOUR_INTEGRATION_NAME}

This is the endpoint you hit when you want clients to make payments to your stripe account.
POST /payment/stripe/{YOUR_INTEGRATION_NAME}

This is the endpoint you hit when you want clients to make payments to your stripe account.
POST /payment/stripe/{YOUR_INTEGRATION_NAME}

This is the endpoint you hit when you want clients to make payments to your stripe account.
POST /payment/stripe/{YOUR_INTEGRATION_NAME}

This is the endpoint you hit when you want clients to make payments to your stripe account.