storacha-network / w3infra

🏗️ Infra for the w3up UCAN protocol implementation
Other
15 stars 5 forks source link

fix: ensure integer quantity #314

Closed alanshaw closed 6 months ago

alanshaw commented 8 months ago

Quantity must always be an integer, otherwise it is recorded as 0.

seed-deploy[bot] commented 8 months ago
View stack outputs - **pr314-w3infra-BillingDbStack** Name | Value -- | -- customerTableName | pr314-w3infra-customer spaceDiffTableName | pr314-w3infra-space-diff spaceSnapshotTableName | pr314-w3infra-space-snapshot usageTable | pr314-w3infra-usage - **pr314-w3infra-BillingStack** Name | Value -- | -- ApiEndpoint | https://lob1tntml1.execute-api.us-east-2.amazonaws.com billingCronHandlerURL | https://hrru44xnsrj5p7m6hkbmfmfpqq0kezfp.lambda-url.us-east-2.on.aws/ CustomDomain | https://pr314.billing.web3.storage - **pr314-w3infra-CarparkStack** Name | Value -- | -- BucketName | carpark-pr314-0 Region | us-east-2 - **pr314-w3infra-RoundaboutStack** Name | Value -- | -- ApiEndpoint | https://fh8zrz5psk.execute-api.us-east-2.amazonaws.com CustomDomain | https://pr314.roundabout.web3.storage - **pr314-w3infra-SatnavStack** Name | Value -- | -- BucketName | satnav-pr314-0 Region | us-east-2 - **pr314-w3infra-UploadApiStack** Name | Value -- | -- ApiEndpoint | https://fx885dzwll.execute-api.us-east-2.amazonaws.com CustomDomain | https://pr314.up.web3.storage - **pr314-w3infra-BusStack** - **pr314-w3infra-FilecoinStack** - **pr314-w3infra-ReplicatorStack** - **pr314-w3infra-UcanFirehoseStack** - **pr314-w3infra-UcanInvocationStack** - **pr314-w3infra-UploadDbStack**
alanshaw commented 8 months ago

Note: this is an speculative PR and I'm holding off on merging until I can verify.