Amazon DynamoDB
15 min
amazon dynamodb is a fully managed nosql database service for fast and flexible data storage integrating dynamodb with make com allows users to automate data retrieval, updates, and management within their dynamodb tables directly from their workflows this is ai generated content based on official amazon dynamodb documentation the content may contain mistakes please verify important information if you have questions on vendor documentation, contact amazon dynamodb https //aws amazon com/dynamodb/ directly requirements to use the amazon dynamodb app in make, you must have an active aws account with appropriate iam permissions, create your account on amazon dynamodb https //aws amazon com/dynamodb/ for subscription, refer to the amazon dynamodb pricing page https //aws amazon com/dynamodb/ connect amazon dynamodb and to get started, you must first create a connection between amazon dynamodb and , allowing the two services to communicate obtain your access key in your amazon dynamodb account create the connection in make obtain your access key in your amazon dynamodb account before you create the connection in , you should first obtain your access key in your amazon dynamodb account to obtain your access key click your user name in the navigation bar and click security credentials click create access key in the access keys section click other and then click next if prompted to select a use case click create access key to generate credentials copy the api key displayed on the retrieve access keys page copy the api token displayed on the retrieve access keys page you will use this value while creating a connection in because the ui might have changed, the steps you see on your screen might be different, check the vendor documentation for updates https //docs aws amazon com/iam/latest/userguide/access key self managed html create the connection in account https //www make com/en/register , add the amazon dynamodb module to your , and click create a connection if you add a module with an instant tag, click create a webhook , then create a connection optional in the connection name field, enter a name for the connection enter the authentication credentials you copied from your amazon dynamodb account or follow the on screen instructions to create the connection for detailed information on connecting an application, see connect an application docid\ so88fm6pkt0g adkddfzz page amazon dynamodb modules after connecting to the amazon dynamodb app, you can choose from a list of available modules to build your batch create or replace items adds new items or updates existing items in one or more tables at once, handling up to 25 items per request, and can automatically retry any items that were not processed successfully batch delete items removes up to 25 specified records from one or more database tables at once using their primary keys, with automatic retries for any items that were not successfully deleted batch get items retrieves detailed attributes for up to 100 items from one or more tables using their primary keys, with automatic retries for any unprocessed keys and a maximum data limit of 16 mb per request create a query searches for items within a table based on specified attribute values create a table generates a brand new table within your selected database create or replace an item adds a new item to the database, or updates an existing item if one with the same primary key already exists delete a table permanently removes an entire table along with all the data it contains delete an item removes a specific item from the database using its primary key, with the option to delete only if the item exists or meets certain attribute conditions get a table retrieves detailed information about a specific table using its name get an item retrieves all attributes of a specific item using its primary key; if the item does not exist, the response will be empty list tables retrieves all tables linked to your connected account make an api call executes a custom api request to amazon dynamodb, allowing you to access specific endpoints or operations not available in the standard modules scan a table searches a table to retrieve items along with their associated attributes update a table updates the data in an existing table with new or modified information update an item updates an existing item in the table or creates a new item if it is not already present templates you can look for more templates in make's template gallery https //www make com/en/templates , where you'll find thousands of pre created amazon dynamodb resources you can have access to more resources related to this app on the following links amazon dynamodb topics on make community https //community make com/search?q=amazon%20dynamodbamazon dynamodb website https //aws amazon com/dynamodb/amazon dynamodb api documentation https //docs aws amazon com/amazondynamodb/latest/apireference/welcome htmlamazon dynamodb page on make https //www make com/en/integrations/amazon dynamodb