theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
269 stars 48 forks source link

Export Aws.Lambda.Runtime.Common module #93

Closed fcracker79 closed 3 years ago

fcracker79 commented 3 years ago

The template generation produce some code that cannot be copied and used to create custom entry points, such as multiple handlers. This is due to the Aws.Lambda.Runtime.Common module, which cannot be imported. This pull request aims at exporting that module.