sbarski / serverless-calculator

The calculator to work out pricing for serverless (function-as-a-service) technologies
MIT License
74 stars 13 forks source link

Added support for including HTTP requests in the calculation #15

Closed jasonpolites closed 7 years ago

jasonpolites commented 7 years ago

Added support for including HTTP-based request charges when calculating the overall cost. HTTP is a major use case for serverless so it makes sense to get an accurate calc.

Also made a slight display tweak to avoid wrapping of text and ensure alignment

sbarski commented 7 years ago

Thank you @jasonpolites. Will merge shortly.