I have a AWS Lambda function that creates an object from a s3 call in cold start. I then hold the object in the cache while the function is warm to keep load times down. W
Currently, there is no way to force restarts on running Lambda containers.
You can, however, redeploy the function so that it will start using new containers from that point onwards.