You want to optimize your performance in your AWS Lambda functions and reduce infrastructure costs by avoiding expensive API calls? You should think about caching data in your function! In this talk, I'll show you three different options how to cache data in Lambda: simple caching, custom caching and managed caching.