Aparna Vikramanaparnavikraman.hashnode.dev·Oct 2, 2022Dependency Injection in AWS Lambda functionIn this Article, we will see how to use Guice Dependency injection when working with existing application or service. Let’s assume we have a service class. public interface BookService { List<Book> getBookMetadata(); } and its implementation publ...1 like·1.1K readsgoogleguice