After creating and using an Authorizer in Api Gateway, there is an option to enable Authorization Caching, with a variable TTL(seconds) settings.
What is the pricing involved with this authorization caching?
After creating and using an Authorizer in Api Gateway, there is an option to enable Authorization Caching, with a variable TTL(seconds) settings.
What is the pricing involved with this authorization caching?
From my own experience, there is no charge associated to this auth caching. You are actually saving money when you enable auth* caching since Lambda will not be invoked
However you can get into this nasty problem that I faced when enable that cache
I think you are using this feature for REST API, refer to this link,:
https://aws.amazon.com/api-gateway/pricing/
Note that:
Caching is charged by the hour and is not eligible for the AWS Free Tier.