rstudio / fuzzbucket

a simplified means to CRUD ephemeral user-scoped EC2 instances
MIT License
7 stars 2 forks source link

Update python and node dependencies #101

Closed meatballhat closed 2 years ago

meatballhat commented 2 years ago

and adjust test usage given new boto3 dynamodb needs

mmarchetti commented 2 years ago

This looks OK to me but I don't have much context around moto and the changes needed here.

meatballhat commented 2 years ago

@mmarchetti I didn't either 😅 It looks like it's actually a change at the boto layer where the default value for BillingMode when calling CreateTable is PROVISIONED which then requires values for read and write limits (??) so I switched to PAY_PER_REQUEST since these are virtual/test tables anyway.