Skip to content

Commit

Permalink
Fix Lambda compilation under the Swift 6.0 compiler (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis authored Oct 13, 2024
1 parent 7bfa74b commit f225061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions todos-lambda/Sources/App/lambda.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import SotoDynamoDB

@main
struct AppLambda: APIGatewayLambdaFunction {
typealias Context = BasicLambdaRequestContext<APIGatewayRequest>

let awsClient: AWSClient
let logger: Logger

Expand Down

0 comments on commit f225061

Please sign in to comment.