laconia
laconia copied to clipboard
Create well-crafted serverless applications, effortlessly.
Apologies if this has already been asked/requested. **Is your feature request related to a problem? Please describe.** Not directly related to a problem, but there are a lot of fat...
Bumps [serverless-s3-sync](https://github.com/k1LoW/serverless-s3-sync) from 1.16.1 to 1.17.1. Release notes Sourced from serverless-s3-sync's releases. v1.17.1 Add type to CLI options v1.17.0 Take --nos3sync into account during serverless remove Commits 75e7027 Bump up...
**Describe the bug** Node 10 are reaching EOL, [AWS will deprecate it](https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html) **Expected behavior** Acceptance Tests and Circleci shouldn't run Node 10 anymore **Additional context** We could also look for...
**Is your feature request related to a problem? Please describe.** Add support to Node 14. **Describe the solution you'd like [optional]** Our unit tests should run with Node 14. **Additional...
**Is your feature request related to a problem? Please describe.** Some day aws will release a new version of [aws-sdk](https://aws.amazon.com/blogs/developer/new-aws-sdk-for-javascript-developer-preview/) (aws-sdk v3). **Describe the solution you'd like [optional]** We should...
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...
**Describe the bug** When testing an invalid JSON request, API returns HTTP status code 500. **To Reproduce** > ERROR Error: The request body is not JSON even though the Content-Type...
**Is your feature request related to a problem? Please describe.** We usually need to import/require other files, high coupling files. This discussion are about how we could improve, avoid this....
**Is your feature request related to a problem? Please describe.** GraphQL is a new trend for Microservice API Architecture. At the same time, I'm also reluctant to introduce an unnecessary...
It would be really helpful if Laconia had some documentation on how errors should be handled. I know the apiAdapter has some support for this but for other triggers, the...