laconia
laconia copied to clipboard
Create well-crafted serverless applications, effortlessly.
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...
**Is your feature request related to a problem? Please describe.** When I need to register a instance dependency, the current Laconia API is asking me to write a function, which...
Recently I've got a use case of trying to execute something before a Lambda times out. This made me think of a lifecycle that I should have been able to...
**Is your feature request related to a problem? Please describe.** As someone who is quite new to AWS Lambda, I would find it quite beneficial to be able to see...
Continuation of #108 Acceptance tests to be added with the usage of the secrets manager config. This will ensure that we're confident that the feature is working on every release.
**Story** As a developer, I would like to be able to generate a sequence number easily, So that I don't need to revert to RDBMS just to generate a unique...
DynamoDB is an essential part of a serverless architecture in AWS. We read and write data to DynamoDB a lot. Laconia encourages technologists to not be dependent on the cloud...
**Is your feature request related to a problem? Please describe.** It's common to configure CORS headers in API endpoints. Laconia at the moment does not provide anything out of the...
**Is your feature request related to a problem? Please describe.** It's common to configure security headers in API endpoints. See: https://github.com/helmetjs/helmet. We needed to configure this manually in most of...