Skip to content

Pricing Lambda + DynamoDB

0

Hi,
I'm a little confused about the price of invoking a DynamoDB request inside a Lambda function.
Is the cost of the DynamoDB request added to the cost per unit of time and allocated resources of the Lambda function, or do you only pay for the latter?

asked 5 years ago764 views
2 Answers
2

I figured it out: You indeed pay for both the Lambda and DynamoDB resources.

answered 5 years ago
0

Yes, you pay for the lambda invocation and for the dynamodb request. You can learn more about pricing of dynamodb pricing in their site: https://aws.amazon.com/dynamodb/pricing/

AWS
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.