DEV Community

Discussion on: Caching SSM Parameter Store values in Lambda

Collapse
 
bestickley profile image
Ben Stickley

I guess the only time you'd need the caching logic is if you expect the lambda to live longer than an hour which is possible.

Collapse
 
ryands17 profile image
Ryan Dsouza

Thanks a lot!

The caching logic can be kept smaller as well so even if the Lambda execution environment retained, you can refresh those secrets in cases you need them to update in a specific time period.