You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the only change I make is to the stored value of the SSM parameter and then redeploy, then the $LATEST version of my lambda sees a change to it's the value of PARAMETER_VALUE in it's environment configuration but no new version is created and the environment variable change is then not seen by invokers of the alias.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have code like the following:
If the only change I make is to the stored value of the SSM parameter and then redeploy, then the $LATEST version of my lambda sees a change to it's the value of PARAMETER_VALUE in it's environment configuration but no new version is created and the environment variable change is then not seen by invokers of the alias.
Is this expected with the way I'm doing it?
Thanks,
Tim
Beta Was this translation helpful? Give feedback.
All reactions