UNPKG

sls-helper-plugin-janis

Version:

A Serverless Helper plugin to add custom helpers for Janis Commerce

10 lines (8 loc) 144 B
type TopicConfig = { name: string fifoTopic?: boolean contentBasedDeduplication?: boolean } export type SNSConfig = { topic: TopicConfig }