Skip to content

Commit 3570207

Browse files
committed
Rename
1 parent 4283776 commit 3570207

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Aws/Lambda/Configuration.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# OPTIONS_GHC -fno-warn-unused-pattern-binds #-}
22
module Aws.Lambda.Configuration
33
( Main.LambdaOptions(..)
4-
, configureLambda
4+
, generateLambdaDispatcher
55
, Dispatch.decodeObj
66
, Dispatch.encodeObj
77
)
@@ -15,8 +15,8 @@ import qualified Aws.Lambda.Meta.Run as Run
1515

1616
{-| Generates a @main@ function that acts as a dispatcher
1717
-}
18-
configureLambda :: Meta.DecsQ
19-
configureLambda = do
18+
generateLambdaDispatcher :: Meta.DecsQ
19+
generateLambdaDispatcher = do
2020
main <- Main.generate
2121
run <- Run.generate
2222
return (main <> [run])

0 commit comments

Comments
 (0)