Does AWS Cost explorer provide resource-level granularity for Lambda functions?
CodePudding user response:
It does not, you can't filter down to the resource level here:
CodePudding user response:
There isn't anything direct given by AWS.
But you can write a cloud-watch insights query on the lambda logs, and calculate the gb-secs, and get the approximate cost by multiplying with the pricing rates.

