Open lenopip opened 2 years ago
The metering format record define here is incorrected: https://aws-ia.github.io/cloudformation-aws-marketplace-saas/#:~:text=New%20records%20in%20the%20AWSMarketplaceMeteringRecords%20table%20should%20be%20stored%20in%20the%20following%20format%3A
The correct format should be:
{ "create_timestamp": { "N": "113123" }, "customerIdentifier": { "S": "ifAPi5AcF3" }, "dimension_usage": { "L": [ { "M": { "dimension": { "S": "users" }, "value": { "N": "3" } } }, { "M": { "dimension": { "S": "admin_users" }, "value": { "N": "1" } } } ] }, "metering_pending": { "S": "true" } }
The metering format record define here is incorrected: https://aws-ia.github.io/cloudformation-aws-marketplace-saas/#:~:text=New%20records%20in%20the%20AWSMarketplaceMeteringRecords%20table%20should%20be%20stored%20in%20the%20following%20format%3A
The correct format should be:
{ "create_timestamp": { "N": "113123" }, "customerIdentifier": { "S": "ifAPi5AcF3" }, "dimension_usage": { "L": [ { "M": { "dimension": { "S": "users" }, "value": { "N": "3" } } }, { "M": { "dimension": { "S": "admin_users" }, "value": { "N": "1" } } } ] }, "metering_pending": { "S": "true" } }