File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ import (
1212 "net"
1313 "net/http"
1414
15- "github.com/go-chi/chi/v5"
16- log "github.com/sirupsen/logrus"
17- "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lmds"
18-
1915 "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/appctx"
2016 "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/core"
2117 "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/interop"
18+ "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/rapi/middleware"
2219 "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/rapi/rendering"
2320 "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lambda/telemetry"
21+ "github.com/aws/aws-lambda-runtime-interface-emulator/internal/lmds"
22+ "github.com/go-chi/chi/v5"
23+ log "github.com/sirupsen/logrus"
2424)
2525
2626const version20180601 = "/2018-06-01"
You can’t perform that action at this time.
0 commit comments