Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Amazon DynamoDB Spoke

Manage streams, tables, and tags in your Amazon DynamoDB database from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store 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)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

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.

For more information about creating user in IAM and providing the required access, see Understanding and Getting Your Security Credentials page on the AWS Documentation site.

Spoke actions

The Amazon DynamoDB spoke provides actions to automate Amazon DynamoDB tasks when events occurs in the ServiceNow AI Platform. Available actions include:

CategoryActionDescription
Stream ManagementDisable StreamDisables the stream for the specified table.
Enable StreamEnables the stream for the specified table.
Get Shard IteratorReturns a shard iterator. Use the shard iterator in a subsequent Get Records request to read the stream records from the shard.
Get StreamReturns information about the specified stream.
Look up RecordsRetrieves the stream records from a given shard.
Look up StreamsReturns the list of all the streams associated with the current account.
Table ManagementCreate BackupCreates a backup for an existing table.
Create TableCreates a table in the account.
Delete BackupDeletes an existing backup of a table.
Delete TableDeletes the specified table.
Get BackupRetrieves the details of an existing backup.
Get Continuous BackupRetrieves the status of continuous backups and point in time recovery of the specified table.
Get TableRetrieves information about the table.
Look up BackupsRetrieves the list of all the backups associated with the account or backups of the specified table.
Look up TablesRetrieves the list of table names.
Restore Table From BackupCreates a table from an existing backup.
Restore Table To Point In TimeRestores the specified table to the specified point in time within Earliest Restorable Date Time and Latest Restorable Date Time.
Update Continuous BackupEnables or disables point in time recovery for the specified table.
Update TableUpdates the specified table.
Tag ManagementAdd Tags To DynamoDB ResourceAdds tags to DynamoDB resource.
Look up Tags Of DynamoDB ResourceLists the tags of the DynamoDB resource.
Remove Tags From DynamoDB ResourceRemoves 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.

Note: Two Credential aliases are available for the Amazon DynamoDB spoke.

For information about setting up the spoke, see Set up the Amazon DynamoDB spoke.