UNPKG

157 BTypeScriptView Raw
1import { SNSEvent } from 'aws-lambda';
2export declare class SnsParser<T = any> {
3 private event;
4 constructor(event: SNSEvent);
5 getMessage(): T;
6}