Updating AWS SNS docs to include lambda protocol

This commit is contained in:
Casey Stamm 2015-08-14 16:50:09 -04:00
parent 89e5687d1b
commit 364a3b90df
1 changed files with 1 additions and 0 deletions

View File

@ -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