aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
235 stars 78 forks source link

Support for setting BillingMode on New-DDBTable to OnDemand mode at creation time #129

Closed hao-public closed 2 years ago

hao-public commented 4 years ago

When creating a new DynamoDB table with the New-DDBTable cmdlet, you cannot create it with PAY_PER_REQUEST/OnDemand mode, but have to first create the table with provisioned Read and Write capacity and then use Update DDBTable afterwards to change to OnDemand billingmode. Reprovisioning the table to OnDemand mode takes several minutes.

The AWS CLI supports creating DynamoDB tables with OnDemand mode at creation time - the PowerShell cmdlet New-DDBTable should also be able to do this.

klaytaybai commented 4 years ago

Thanks for the feedback

ashishdhingra commented 2 years ago

This should be fixed in AWS.Tools.DynamoDBv2 4.1.18.0.

github-actions[bot] commented 2 years ago

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.