All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.ccampo.spring.aws.lambda.ApplicationContextProvider Maven / Gradle / Ivy

Go to download

A Java library to enable core Spring Framework dependency injection support and eliminate some boilerplate around AWS Lambda.

The newest version!
package me.ccampo.spring.aws.lambda;

import org.springframework.context.ApplicationContext;

/**
 * @author Chris Campo
 */
public interface ApplicationContextProvider {
    ApplicationContext getApplicationContext();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy