Setting reserved concurrency limit

I’m fairly new to using the serverless framework. Setting the reserved concurrency on a function would reflect the same when I check on the lambda console. But, if I set the reserved concurrency in the providers section of serverless.yml, I don’t see the reserved concurrency being set. How do I confirm if the configuration has been applied properly in this case?

Thanks,
Naveen

The console would be the correct place to check. If it’s not showing then you may have a mistake in your serverless.yml.