Skip to content

Commit b2f7eb9

Browse files
committed
Use AWSRegion instead of String
1 parent 34544c0 commit b2f7eb9

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
@@ -62,7 +62,7 @@ public struct DynamoDB {
6262

6363
public struct EventRecord: Decodable {
6464
/// The region in which the GetRecords request was received.
65-
public let awsRegion: String
65+
public let awsRegion: AWSRegion
6666

6767
/// The main body of the stream record, containing all of the DynamoDB-specific
6868
/// fields.

0 commit comments

Comments
 (0)