diff --git a/examples/encyption/Readme.md b/examples/encyption/Readme.md index e69de29..b8aecc7 100644 --- a/examples/encyption/Readme.md +++ b/examples/encyption/Readme.md @@ -0,0 +1,5 @@ +# Encryption Stack Outputs via KMS + +This example shows how to encrypt stack outputs/exports using a Cloudformation Custom Resource backed by a Lambda Function. + +The example is based on a Blog post I came across, you can read it [Here](https://ben.fogbutter.com/2016/02/22/using-kms-to-encrypt-cloud-formation-values.html)