Cmdlets for Amazon DynamoDB

Build 25.0.9434

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the cmdlet beyond simple SELECT/INSERT/UPDATE/DELETE operations with Amazon DynamoDB.

Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Amazon DynamoDB, along with an indication of whether the procedure succeeded or failed.

CData Cmdlets PowerShell Module for Amazon DynamoDB Stored Procedures

Name Description
CreateSchema Generates a schema file for a specified table or view, detailing its structure and attributes for use in DynamoDB operations.
CreateTable Creates a new table in DynamoDB with specified partition and sort keys, along with optional billing mode and capacity settings.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434