We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e045fa6 commit c4ffe59Copy full SHA for c4ffe59
Sources/AWSLambdaEvents/AWSRegion.swift
@@ -58,7 +58,7 @@ public struct AWSRegion: RawRepresentable, Equatable, Sendable {
58
Self.sa_east_1,
59
Self.me_central_1,
60
Self.me_south_1,
61
- Self.il_central_1
+ Self.il_central_1,
62
]
63
64
public static var af_south_1: Self { AWSRegion(rawValue: "af-south-1")! }
0 commit comments