Skip to content

Commit 92513f9

Browse files
committed
Use AWSRegion instead of String
1 parent d723d4e commit 92513f9

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)