laconia icon indicating copy to clipboard operation
laconia copied to clipboard

Create well-crafted serverless applications, effortlessly.

Results 93 laconia issues
Sort by recently updated
recently updated
newest added

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...

dependencies

**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...

comp: ci
comp: kaizen

**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...

comp: ci
comp: kaizen
comp: test

**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...

enhancement :sparkles:
discussion :speech_balloon:

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...

discussion :speech_balloon:

**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...

comp: event

**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....

discussion :speech_balloon:

**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...

discussion :speech_balloon:

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...

documentation :notebook: