https://pulumi.com logo
p

proud-tiger-5743

05/21/2019, 8:25 PM
I upgraded Pulumi and now
cloud.Table
is failing with a requirement of
Missing required property 'readCapacity'
This wasn't a requirement before, and adding
Copy code
new cloud.Table("assetTable", "id","string",{
  readCapacity: 5,
  writeCapacity: 5
});
doesn't seem to fix it
w

white-balloon-205

05/22/2019, 12:06 AM
What is the full error you see?
And if possible - could you open a GitHub issue in the pulumi/cloud repo so we can take a look?
p

proud-tiger-5743

05/22/2019, 12:59 AM
I was able to work around it by building a table and endpoint with awsx - it actually worked better than the Cloud abstraction