Skip to content

Commit d9b04f3

Browse files
falnyrbrettstack
authored andcommitted
docs: add all event types to documentation (#996)
1 parent 1e39662 commit d9b04f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/2016-10-31.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ The object describing the source of events which trigger the function.
658658

659659
Property Name | Type | Description
660660
---|:---:|---
661-
Type | `string` | **Required.** Event type. Event source types include '[S3](#s3), '[Api](#api)', '[SNS](#sns)', '[Kinesis](#kinesis)', '[DynamoDB](#dynamodb)'. For more information about all types, see [Event source types](#event-source-types).
661+
Type | `string` | **Required.** Event type. Event source types include '[S3](#s3), '[SNS](#sns)', '[Kinesis](#kinesis)', '[DynamoDB](#dynamodb)', '[SQS](#sqs)', '[Api](#api)', '[Schedule](#schedule)', '[CloudWatchEvent](#cloudwatchevent)', '[CloudWatchLogs](#cloudwatchlogs)', '[IoTRule](#iotrule)', '[AlexaSkill](#alexaskill)'. For more information about the types, see [Event source types](#event-source-types).
662662
Properties | * | **Required.** Object describing properties of this event mapping. Must conform to the defined `Type`. For more information about all types, see [Event source types](#event-source-types).
663663

664664
##### Example: Event source object

0 commit comments

Comments
 (0)