aws-parameter-store

How do I cache multiple AWS Parameter Store values in an AWS Lambda?

How do I cache multiple AWS Parameter Store values in an AWS Lambda? Question: I want to limit the number of times that AWS Parameter Store is called in my AWS Lambda. Using a global variable, I’m caching a Parameter Store value on the first call to Parameter Store. main.py import os import boto3 redis_password …

Total answers: 2