Inter-Stack Parameter Passing with CDK
What do you do, when you have one stack that depends on a deployment details from another? Here we look at how we can use the AWS Parameter Store and CDK provide a solution to this problem.
TL;DR
One stack creates a parameter in the Parameter Store
...
10printiamcool.com6 min read
Hi Andy,
I was just thinking about the direct SSM access as I really don't like surfacing potentially sensitive SSM params to environment variables. Caching sounds good but the link you have is to a Python library - have you had a look at aws-parameter-cache? Looks good but in implementing would need to be careful that the cache is declared outside of the Lambda handlers so it persists between invocations (caching)