aws-ia / cloudformation-aws-marketplace-saas

AWS Marketplace Build Tools
Apache License 2.0
25 stars 20 forks source link

Metering recording put format is incorrect in the QS user guide #46

Open lenopip opened 2 years ago

lenopip commented 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" } }