UNPKG

@gammarers/aws-sns-slack-message-lambda-subscription

Version:

This AWS CDK Construct is designed to post messages sent from an SNS topic to a Slack Webhook via a Lambda function.

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