UNPKG

@studyportals/sp-r2d2

Version:

A framework that contains various components used when developing projects that will be deployed via AWS λ.

6 lines (5 loc) 248 B
import { S3Event } from 'aws-lambda'; import { IEventTranslator, IEventTranslatorFactory } from '../../..'; export declare class S3EventTranslatorFactory implements IEventTranslatorFactory<S3Event> { create(): IEventTranslator<S3Event>; }