UNPKG

@gotamedia/aws

Version:

Set of AWS helpers for NodeJs Runtime.

5 lines (4 loc) 251 B
import type { PublishCommandInput } from "@aws-sdk/client-sns"; declare const SNS: import("@aws-sdk/types").Client<any, any, any>; declare const publishMessage: (params: PublishCommandInput) => Promise<void>; export { publishMessage, SNS as client };