aws-lambda-scala
aws-lambda-scala copied to clipboard
Writing AWS Lambdas in Scala
See more: https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html
- [x] split the build into modules: `core`, `model`, `effects/cats-effect` - [x] implement support for `cats-effect` in `effects/cats-effect` - [x] update tests - [x] Implement Lambda via `FLambda[Either, I, O]`...
I'm curious to hear your take on this. So far we love your library, and our primary use case is using it with API Gateway and SAM to deploy serverless...
I'm updating some versions on my project that uses this library, and I'm getting `found version conflict(s) in library dependencies; some are suspected to be binary incompatible:` where the dissenting...