UNPKG

mira

Version:

NearForm Accelerator for Cloud Native Serverless AWS

3 lines (2 loc) 134 B
import { Context, SNSEvent } from 'aws-lambda'; export declare const handler: (event: SNSEvent, context: Context) => Promise<string>;