> ## Documentation Index
> Fetch the complete documentation index at: https://webhub.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DynamoDB

> View and manage your DynamoDB API

## Name of DynamoDB Table 1

*/db/dynamodb/\{YOUR\_UNIQUE\_TABLE\_1}*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 07/23/2023
  </Accordion>
</AccordionGroup>

## Name of DynamoDB Table 2

*/db/dynamodb/\{YOUR\_UNIQUE\_TABLE\_2}*

<AccordionGroup>
  <Accordion title="View Details">
    > Created on 08/17/2023

    #

    | Name | Type   | Required |
    | ---- | ------ | -------- |
    | id   | String | True     |
    | name | String | False    |

    #

    <Tip>**Single Source of Truth:** auto generated parsing of DynamoDB table</Tip>
  </Accordion>
</AccordionGroup>

#

Learn more by going to API Reference Tab > [DynamoDB API](/api-reference/endpoint/dynamodb-create). 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](https://www.codecademy.com/article/what-is-crud). Below is a basic overview of the functionality of your DynamoDB API.

<AccordionGroup>
  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="Delete 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.
  </Accordion>
</AccordionGroup>
