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
My solution to this problem is to use the handler function as a proxy in front of my actual code.
I created an app with Django REST Framework, which listens to another port inside the container and configured the handler function to pass the requests to that port.
Since Django does the hot-reloading, it immediately takes effect whenever I make a change.
Similar to this issue: aws/aws-lambda-nodejs-runtime-interface-client#9
I want to be able to restart my RIC in a container when python files change.
The text was updated successfully, but these errors were encountered: