Skip to content

Commit 3c5f7be

Browse files
committed
Fix dynamo docu link
1 parent 8f7fa09 commit 3c5f7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/DynamoDB.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import struct Foundation.Date
1616

17-
/// https://github.com/aws/aws-lambda-go/blob/master/events/dynamodb.go
17+
// https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html
1818
public struct DynamoDB {
1919
public struct Event: Decodable {
2020
public let records: [EventRecord]

0 commit comments

Comments
 (0)