Wisen Tanasa
Wisen Tanasa
I'm getting `The SSL certificate is invalid (Rugged::SslError)` error when trying to fetch from a git server with self-signed certificate. Is there any way to ignore the SSL certificate? Setting...
When building on a serverless architecture, it is very common for me to find that I need to make AWS Lambda execution idempotent. This can happen due to various reasons...
This ticket is created from #111. **Is your feature request related to a problem? Please describe.** An adapter for dynamodb stream trigger, similar to what laconia already have for kinesis:...
There are a lot of cases where users are not able to use laconia's built-in adapters. For example when creating an API endpoint, users are unable to create PUT or...
Continuation of the discussion that we have at #41 As using combining DynamoDB and WebSocket is a common use case, laconia can make users life easier by publishing the below...
The problems I'm seeing at the moment: - It is not immediately obvious who is the maintainers of this repository. We'd like this to be more visible to the community....
**Story** As a user, I would like to see a documentation for laconia's websocket support, So that I don't need to dig into examples or source codes to see how...
**Story** As a maintainer, I would like the acceptance test to be running in our build pipeline, So that I don't have to run it manually every time I want...
For us to be able to process items in laconia-batch, we can listen to 'item' events. These events only contain individual items. Whenever we have a use case to process...
**Story** As a contributor, I would like to run acceptance test before my Pull Request is merged, So that I can gain more confidence that my commits are not breaking...