How do you load the application context into MicronautLambdaContainerHandler when running a MicronautTest?
I see I can inject the ApplicationContext into my test, and I can see that the MicronautLambdaContainerHandler takes a ApplicationContextBuilder during construction, but I don't understand how to reconcile those two things?
Is it possible to give the MicronautLambdaContainerHandler the already running test context? Is it possible to get a builder from the test context?