laconia
laconia copied to clipboard
Create well-crafted serverless applications, effortlessly.
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...
**Describe the bug** When my code leaves one open connection (ie: with some DBs), AWS Lambda throws timeout, even after my function run. **To Reproduce** Make any code that uses...
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...
AWS-SDK isn't necessary at core package, makes bundle larger, and may keep users from other cloud providers away of laconia.
Remove handler callback as discussed in #48. This is a breaking change, and is expected only for next major version. It will require rewrite of laconia/batch, to use async/await or...
Since #48 resolution, a new env LACONIA_NO_CALLBACK, we need document this behavior. Without env: LACONIA_NO_CALLBACK='true' ```javascript cont app = (event, laconiaContext, callback) => {}; exports.handler = laconia(app); ``` With env:...
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...