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 8c4e539 commit 5f60915Copy full SHA for 5f60915
Tests/AWSLambdaRuntimeTests/LambdaLocalServerTests.swift
@@ -22,6 +22,7 @@ import Testing
22
extension LambdaRuntimeTests {
23
24
@Test("Local server respects LOCAL_LAMBDA_PORT environment variable")
25
+ @available(LambdaSwift 2.0, *)
26
func testLocalServerCustomPort() async throws {
27
let customPort = 8080
28
0 commit comments