Sean Roy
Sean Roy
Hi, do you mean via AWS API Gateway? I hadn't considered it, but I like it. Go for it.
You can use the aws api gateway REST api to create the endpoints. API Gateway is relatively new so they probably haven't gotten around to generating SDK's for it, (though...
Thanks, I'll have a look.
Sounds good. Were you planning to submit a PR?
It's fine if you weren't, I just needed to know. If you still want to do it please be aware of the other PR that is touching some of the...
You haven't done anything wrong, the documentation needs to be updated.
So do you want something like the following? mvn lambda:deploy-lambda // Deploy ALL lambda functions mvn lambda:deploy-lambda:function_name // Deploy only function_name
OK, so is there just one uber JAR with all of your functions defined in it, or do you want maven to build a jar with just the functions at...
@kilsbo, I just downloaded the multi module project from the maven book site (https://books.sonatype.com/mvnex-book/reference/multimodule-sect-intro.html). I added the properties from my README.md to the simple-parent/pom.xml. Then I added the plugin block...
There is a slick 2.1.0 for 2.12 see: https://github.com/slick/slick/pull/1779 and https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.typesafe.slick%22%20AND%20a%3A%22slick_2.12%22%20AND%20v%3A%222.1.0%22