amazon-web-servicesaws-lambdaaws-cost-explorer

AWS Lambda costs at resource level granularity


Does AWS Cost explorer provide resource-level granularity for Lambda functions?


Solution

  • 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.