From 364a3b90df2e264781c9032007e5e50a9678ad3f Mon Sep 17 00:00:00 2001 From: Casey Stamm Date: Fri, 14 Aug 2015 16:50:09 -0400 Subject: [PATCH] Updating AWS SNS docs to include lambda protocol --- .../docs/providers/aws/r/sns_topic_subscription.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown b/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown index f27644350c..eeb504ae8b 100644 --- a/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown +++ b/website/source/docs/providers/aws/r/sns_topic_subscription.html.markdown @@ -59,6 +59,7 @@ Supported SNS protocols include: * `http` -- delivery of JSON-encoded message via HTTP POST * `https` -- delivery of JSON-encoded message via HTTPS POST +* `lambda` -- delivery of JSON-encoded message to a lambda function * `sms` -- delivery of message via SMS * `sqs` -- delivery of JSON-encoded message to an Amazon SQS queue * `application` -- delivery of JSON-encoded message to an EndpointArn for a mobile app and device