Amazon DynamoDB Spoke
-
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- Now Platform Capabilities
Manage streams, tables, and tags in your Amazon DynamoDB database from your ServiceNow instance.
Request apps on the Store
Visit the ServiceNow Store website to view all the available apps and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Integration Hub subscription
This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.
Spoke version
Amazon DynamoDB spoke v1.0.1 is the latest version.
Spoke dependencies
If you’re having trouble installing the app, ensure that these dependent plugins are installed:
- ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
- Complex Object (com.glide.cobject)
- ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
- ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
- ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
Supported versions
This spoke was built for API version 2012-08-10, but may be compatible with later versions.
Spoke requirements
- User with full access to Amazon DynamoDB.
- Access Key ID and Secret Access Key of the user. Record these values for later use.
Spoke actions
The Amazon DynamoDB spoke provides actions to automate Amazon DynamoDB tasks when events occurs in the ServiceNow AI Platform. Available actions include:
Category | Action | Description |
---|---|---|
Stream Management | Disable Stream | Disables the stream for the specified table. |
Enable Stream | Enables the stream for the specified table. | |
Get Shard Iterator | Returns a shard iterator. Use the shard iterator in a subsequent Get Records request to read the stream records from the shard. | |
Get Stream | Returns information about the specified stream. | |
Look up Records | Retrieves the stream records from a given shard. | |
Look up Streams | Returns the list of all the streams associated with the current account. | |
Table Management | Create Backup | Creates a backup for an existing table. |
Create Table | Creates a table in the account. | |
Delete Backup | Deletes an existing backup of a table. | |
Delete Table | Deletes the specified table. | |
Get Backup | Retrieves the details of an existing backup. | |
Get Continuous Backup | Retrieves the status of continuous backups and point in time recovery of the specified table. | |
Get Table | Retrieves information about the table. | |
Look up Backups | Retrieves the list of all the backups associated with the account or backups of the specified table. | |
Look up Tables | Retrieves the list of table names. | |
Restore Table From Backup | Creates a table from an existing backup. | |
Restore Table To Point In Time | Restores the specified table to the specified point in time within Earliest Restorable Date Time and Latest Restorable Date Time. | |
Update Continuous Backup | Enables or disables point in time recovery for the specified table. | |
Update Table | Updates the specified table. | |
Tag Management | Add Tags To DynamoDB Resource | Adds tags to DynamoDB resource. |
Look up Tags Of DynamoDB Resource | Lists the tags of the DynamoDB resource. | |
Remove Tags From DynamoDB Resource | Removes the tags from the DynamoDB resource. |
Connection and credential alias requirements
Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.
For information about setting up the spoke, see Set up the Amazon DynamoDB spoke.