Skip to content

Encrypting and Decrypting AWS Lambda environment variables with AWS KMS and Terraform

Notifications You must be signed in to change notification settings

CodePossibility/terraform_lambda_kms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using AWS Lambda, AWS KMS with Terraform

Encrypt and Decrypt AWS Lambda Environment Variables using AWS KMS with Terraform

Terraform Commands

$ terraform init
$ terraform plan
$ terraform apply 
$ terraform destroy

AWS CLI Commands

$ aws configure --profile <profile_name>

$ export AWS_PROFILE=<profile_name> 

About

Encrypting and Decrypting AWS Lambda environment variables with AWS KMS and Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published