Jump to content

Announcing AWS Parameters and Secrets Lambda Extension


Recommended Posts

Today, AWS launched the AWS Parameters and Secrets Lambda Extension, a convenient method for AWS Lambda users to retrieve parameters from AWS Systems Manager Parameter Store and secrets from AWS Secrets Manager. AWS Lambda customers can leverage this extension to improve their application performance as it decreases the latency and the cost of retrieving parameters and secrets. Previously, customers had to initialize either the core library of a service or the entire service SDK inside a Lambda function for retrieving secrets and parameters, now they can simply use the extension. This lightweight and easy-to-use extension caches parameters and secrets, and persists them throughout the lifecycle of the Lambda function. The extension runs inside an isolated execution environment using the same permissions as the role of the user running the Lambda function.

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...