scylladb / dynamodb-pricing-comparison

Serverless application that can be deployed to AWS to collect metrics about DynamoDB usage
Apache License 2.0
1 stars 1 forks source link

Support returning a CSV document instead of an HTML page #8

Closed julienrf closed 1 month ago

julienrf commented 2 months ago

Add a new optional format query parameter to the API endpoint. Valid formats are html (the default) or csv.

Fixes #3

guy9 commented 2 months ago

Thanks @julienrf! @fee-mendes can you please review?

fee-mendes commented 1 month ago

Thanks @julienrf! @fee-mendes can you please review?

No particular complaints other than few nitpicks with the particular purpose of this PR. Note I do have other reservations about it - this is likely something you'll want to discuss in-depth via other channels @guy9