DynamoDB Throttling

For DynamoDB Global Secondary Index (GSI)

  • If the writes are throttled on the GSI, the main table will be throttled as well
    • Even if the WCU on the main tables are fine

For Dynamo Local Secondary Index (LSI)

  • Use WCUs and RCUs of the main table
  • No special throttling considerations