Skip to content

Commit

Permalink
Make the LambdaConfiguration public so it can be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Mar 23, 2021
1 parent 93cec68 commit eef25d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporAWSLambdaRuntime/LambdaServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class LambdaServer: Server {
var requestSource: RequestSource
var logger: Logger

init(apiService: RequestSource = .apiGatewayV2, logger: Logger) {
public init(apiService: RequestSource = .apiGatewayV2, logger: Logger) {
self.requestSource = apiService
self.logger = logger
}
Expand Down

0 comments on commit eef25d7

Please sign in to comment.