Open
Description
Not sure this is right place for this query.
I'm using lambda Spring Boot application with multiple aliases. Once it gets triggered very first time it loads spring boot application context but afterward it uses the same context without being reloaded.
Can anyone help me with how to reload Application every time? I don't care about overhead time to load the application. I'm confused how this serverless application gets the same node of the previous run!