Description:
When using sam local start-api the billing duration is reported in 100ms intervals
Steps to reproduce:
I used the Hello World quick start template
Run sam local start-api --port 8080
Hit the function
Observed result:
Duration: 255.59 ms Billed Duration: 300 ms
Expected result:
I would have expected billing duration to be 256ms
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
I ran it in Cloud9
I looked through the code and couldn't find anything in this repo relating to printing this out. I'm assuming its pulling this in from somewhere else so maybe an old dependency?
Description:
When using
sam local start-apithe billing duration is reported in 100ms intervalsSteps to reproduce:
I used the Hello World quick start template
Run
sam local start-api --port 8080Hit the function
Observed result:
Duration: 255.59 ms Billed Duration: 300 ms
Expected result:
I would have expected billing duration to be 256ms
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
I ran it in Cloud9
I looked through the code and couldn't find anything in this repo relating to printing this out. I'm assuming its pulling this in from somewhere else so maybe an old dependency?