Can environment variables be encrypted in AWS Lambda?

  • No, they are always in plain text
  • Yes, but only with custom encryption methods
  • Yes, using AWS Identity and Access Management (IAM)
  • Yes, using AWS Key Management Service (KMS)
Environment variables in AWS Lambda can be encrypted using AWS Key Management Service (KMS), ensuring secure storage and transmission of sensitive information.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *