Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Changed servlet initialization mechanism so that servlet that re…
…quests load on startup are initialized right away, as part of the initialization() method call in LambdaServletContainerHandler. Also centralized the lazy Servlet initialization to the ServletExecutionFilter so that we don't have code scattered all around. This begins to address aws#287
- Loading branch information