DEPRECATED-lambda-cfn
DEPRECATED-lambda-cfn copied to clipboard
Better parameter encryption logic
To encrypt parameters, you have to pass -k and this is really easy to forget to do. Since this is passed through to cfn-config which actually implements this behavior it will be difficult change.
Some thoughts:
- lambda-cfn defaults to passing just
-ktocfn-configand we add another option-nokor something to override that default. If you pass-k <kmsArn>it gets passed wholesale tocfn-config-
-kwith no arn defaults to the kms idalias/cloudformation, what happens if that doesn't exist?
-