AWS Lambda Function Alias

I have a lambda function for which I added provisioned concurrency. This lambda function is triggered by dynamo db stream. But the ${latest} version of lambda is always triggered. The provisioned concurrency is not at all used. Please let me know how to make use of provisioned concurrency while listening to dynamo db streams. I use serverless for my deployment