File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ invokeAndRun callback manager lambdaApi event context = do
71
71
invokeWithCallback
72
72
:: Throws Error. Invocation
73
73
=> Throws Error. EnvironmentVariableNotSet
74
- => Runtime. RunCallback c
74
+ => Runtime. RunCallback context
75
75
-> ApiInfo. Event
76
- -> Context. Context c
76
+ -> Context. Context context
77
77
-> IO Runtime. LambdaResult
78
78
invokeWithCallback callback event context = do
79
79
handlerName <- Environment. handlerName
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ runtimeInitError :: ToJSON err => err -> String -> Context context -> Http.Manag
49
49
runtimeInitError err lambdaApi =
50
50
publish err (Endpoints. runtimeInitError lambdaApi)
51
51
52
- publish :: ToJSON err => err -> Endpoints. Endpoint -> Context c -> Http. Manager -> IO ()
52
+ publish :: ToJSON err => err -> Endpoints. Endpoint -> Context context -> Http. Manager -> IO ()
53
53
publish err (Endpoints. Endpoint endpoint) Context {.. } manager = do
54
54
rawRequest <- Http. parseRequest endpoint
55
55
You can’t perform that action at this time.
0 commit comments