Sam Hulick
08/19/2021, 12:04 AMrelease: process.env.SENTRY_RELEASE
, and each time I deploy, SENTRY_RELEASE
is the git hash of the current commit. this works fine with associating each function w/ the proper release in Sentry, but the downside is that every time I deploy, EVERY function gets an update. I wonder if there’s a better way to do thisSam Hulick
08/19/2021, 12:04 AMthdxr
08/19/2021, 12:05 AM/${dev.stage}/
and then all my variables are loaded from SSM on lambda cold startSam Hulick
08/19/2021, 12:06 AMSam Hulick
08/19/2021, 12:07 AMthdxr
08/19/2021, 12:23 AMSam Hulick
08/19/2021, 12:24 AMSam Hulick
08/19/2021, 2:42 AMinitSentry()
Sam Hulick
08/19/2021, 2:44 AM