scalambda icon indicating copy to clipboard operation
scalambda copied to clipboard

Toolkit for building/deploying Lambda Functions with SBT

Results 8 scalambda issues
Sort by recently updated
recently updated
newest added

The `HelloWorld` example from https://carpe.github.io/scalambda/docs/writing-functions/ seems to suggest that you can have a plain string as input type for handleRequest. However, when I try that, I get: `Failed to parse...

It'd be nice to make sure that people are able to understand that a `Scalambda` is a Lambda function class. Ideally, they should be provided some simple guide understand the...

Sometimes I'll get errors due to cyclical `depends_on` usages. I think a lot of the recent updates to fix some of the issues we had with Api Gateway deployments is...

This issue is meant to serve as both a tracker for progress on running functions created by scalambda locally, and a place for the discussion of the issues / repercussions...

Let's use a cross build to insure our 2.12 users (who may be stuck on 2.12 for a while due to AWS EMR's sluggish progress on integrating new scala versions)...

If someone is looking through the code, they might run into the ApiGateway pojos which could cause some confusion. Would be nice to split these things out and/or only inject...

This one speaks for itself. Testing lib could at least use some examples beyond the .g8 template