If we look at the initialize function here and then how it's used here we can see that there are 5 environment variables that are being read on every call.
This can be done on cold start only, as none of these variables will change without the lambda being refreshed. (I'm not totally sure about logStream and logGroup)
If we look at the
initialize
function here and then how it's used here we can see that there are 5 environment variables that are being read on every call.This can be done on cold start only, as none of these variables will change without the lambda being refreshed. (I'm not totally sure about
logStream
andlogGroup
)