This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: m2qlh9IW9JAVFLNGoTAXzc44vSltzAbJctQfFMoTe2w
Cover

How To Cache Secrets Using AWS Lambda Extensions

Written by @hariohmprasath | Published on 2020/11/25

TL;DR
A month back AWS announced a preview of Lambda Extensions, a new way to easily integrate Lambda with your favorite monitoring, security, and governance tools. Extensions can be published as Lambda layers, there are two types are extension: internal extensions and external extensions. Internal extensions enable use cases such as automatically instrumenting code. External extensions can start before the Lambda function shuts down and can continue after the runtime process shuts down. These extensions run as companion processes to Lambda functions. So I decided to build an extension that can take care of all the below use cases: prefetch secrets from AWS Secret manager and save it into an in-memory cache.

[story continues]


Written by
@hariohmprasath
https://www.linkedin.com/in/hariohmprasath/

Topics and
tags
aws-lambda|extension|secrets|cache|coaching|codinglife|tools|amazon
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: m2qlh9IW9JAVFLNGoTAXzc44vSltzAbJctQfFMoTe2w