Skip to content

Commit

Permalink
Update providers/aws/cloudfront/functions.go
Browse files Browse the repository at this point in the history
Co-authored-by: Azanul Haque <42029519+Azanul@users.noreply.github.com>
  • Loading branch information
jolo-dev and Azanul authored Oct 29, 2023
1 parent 03887cc commit cbad52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/cloudfront/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func Functions(ctx context.Context, client ProviderClient) ([]Resource, error) {
invocations -= freeTierInvocations
}

monthlyCost := invocations * 0.0000001
monthlyCost := invocations * costPerInvocation

outputTags, err := cloudfrontClient.ListTagsForResource(ctx, &cloudfront.ListTagsForResourceInput{
Resource: function.FunctionMetadata.FunctionARN,
Expand Down

0 comments on commit cbad52d

Please sign in to comment.