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

com.nfbsoftware.sansserverplugin.sdk.lambda.ILambdaFunction Maven / Gradle / Ivy

Go to download

The NFB Software SansServer-Plugin serves two purposes, one as a development SDK and the other as a Maven plugin to build, provision, and deploy SansServer-based applications.

There is a newer version: 1.0.54
Show newest version
package com.nfbsoftware.sansserverplugin.sdk.lambda;

import com.nfbsoftware.sansserverplugin.sdk.lambda.model.HandlerResponse;

/**
 * The ILambdaFunction interface...
 * 
 * @author Brendan Clemenzi
 */
public interface ILambdaFunction
{
    public HandlerResponse processRequest() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy