Skip to content

Commit

Permalink
enhance: Update lambda usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo authored and vdmgolub committed Oct 17, 2022
1 parent 212df5d commit 7a3d71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infracost-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resource_usage:
aws_instance.web_app:
operating_system: linux # Use this to override the operating system of the instance, can be: linux, windows, suse, rhel.
aws_lambda_function.hello_world:
monthly_requests: 100000000 # Monthly requests to the Lambda function.
request_duration_ms: 250 # Try changing this to 100 (milliseconds) to compare costs
monthly_requests: 150000000 # Monthly requests to the Lambda function.
request_duration_ms: 100 # Try changing this to 100 (milliseconds) to compare costs

0 comments on commit 7a3d71c

Please sign in to comment.