I have a problem aws lambda python. I have a variable defined in a lambda layer and when we have multiple calls to that code , the variable value from one execution is preserved and used by subsequent run.
Is there any way to make each lambda execution to reset all variable and not to use any variable value from previous run.