-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/local/invokesam local invoke commandsam local invoke commandmaintainer/need-followupstage/in-progressA fix is being worked onA fix is being worked on
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/local/invokesam local invoke commandsam local invoke commandmaintainer/need-followupstage/in-progressA fix is being worked onA fix is being worked on