Software Alternatives & Reviews

A different way of retrieving secrets in Lambda functions

AWS Secrets Manager AWS Lambda Amazon Key Management Service
  1. AWS Secrets Manager to Rotate, Manage, Retrieve Secrets
    It can cache the secrets, and we can configure the TTL, which reduces the number of API calls to Parameter Store or Secrets Manager.

    #Identity And Access Management #Identity Provider #SSO 67 social mentions

  2. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Let's see how we can incorporate the Parameter Store and Secrets Manager extension to our Lambda functions.

    #Cloud Computing #Cloud Hosting #Backend As A Service 248 social mentions

  3. Sysadmin
    Permissions - The extension will use the Lambda function's execution role. We must give the role ssm:GetParameter permission for the given secret. If the secret is a SecureString, we should also add the kms:Decrypt permission to the KMS key that encrypts the secret.

    #Network & Admin #Security & Privacy #Password Management 34 social mentions

Discuss: A different way of retrieving secrets in Lambda functions

Log in or Post with