name: distributed-fork-aws-lambda version: 0.0.2.0 synopsis: AWS Lambda backend for distributed-fork. homepage: https://github.com/utdemir/distributed-fork license: BSD3 license-file: LICENSE author: Utku Demir maintainer: Utku Demir copyright: Utku Demir category: Control build-type: Simple cabal-version: >=1.10 description: backend for . library hs-source-dirs: src default-language: Haskell2010 exposed-modules: Control.Distributed.Fork.Lambda other-modules: Control.Distributed.Fork.Lambda.Internal.Types , Control.Distributed.Fork.Lambda.Internal.Constants , Control.Distributed.Fork.Lambda.Internal.Stack , Control.Distributed.Fork.Lambda.Internal.Archive , Control.Distributed.Fork.Lambda.Internal.Invoke , Control.Concurrent.Throttled ghc-options: -Wall build-depends: base >= 4.7 && < 5 , distributed-fork , SHA , aeson , aeson-qq , amazonka , amazonka-cloudformation , amazonka-core , amazonka-lambda >= 1.6.0 , amazonka-s3 , amazonka-sqs , async , base64-bytestring , bytestring , containers , elf , interpolate , lens , lens-aeson , safe-exceptions , stm , stratosphere >= 0.15.0 , text , time , unordered-containers , zip-archive test-suite tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs default-language: Haskell2010 ghc-options: -Wall -static -optl-static -optl-pthread -fPIC build-depends: base >=4.7 && < 5 , distributed-fork , distributed-fork-aws-lambda , tasty , tasty-hunit , text