thdxr
08/16/2021, 11:56 PMssm.valueFromLookup
was giving an old value and it's because it was cached in cdk-context. Doesn't see to be a way to override thisFrank
Frank
ssm.valueFromLookup
, any time you see xxxxFromLookup
, the value is resolved at build time. Can you try using ssm.fromStringParameterName
?thdxr
08/17/2021, 3:06 AM