Yun Zhi Lin
Yun Zhi Lin
I had some issues updating to `java8` in the dropwizard benchmark also previously where the dependency just wasn't getting installed. I will double check how I worked around it and...
@EugeneKostrikov I'm assuming you are using https://github.com/temyers/serverless-localstack? The way we've done it is via docker https://hub.docker.com/r/localstack/localstack/ by adding `localstack/localstack:{version}` image into docker-compose and run tests without any npm installs locally....
Haven't had a chance yet.
Hi @kmarquardsen yes please. I have done some preliminary research reading through https://github.com/GoogleCloudPlatform/cloud-functions-go but haven't had a chance to dig deeper. If you could assist that would be great!
however, as discussed via email, I'm a bit reluctant to priortise GCF at this point due to: 1. they only support one geographical region in Iowa (us-central1) 2. doesn't seem...
thanks @gelidus just curious what are your thoughts on [cloud-functions-go](https://github.com/GoogleCloudPlatform/cloud-functions-go). I haven't looked deeper into it but at first glance I'm more leaning towards it's native approach instead of using...
Considered using upx, which doesn't seem to work anymore since go1.8 https://github.com/golang/go/issues/16706
Thanks @sean9keenan, will take a look. Just haven't got much time these few weeks since the go native support was launched. I did manage to contribute to serverless framework on...
@pyrabbit don't use the current shim approach. I'm about to upgrade it to the official go support. I'd suggest you get familiar with the serverless go example: https://serverless.com/framework/docs/providers/aws/examples/hello-world/go/#hello-world-go-example and if...
@pyrabbit for local dev it would be better to use either - https://github.com/dherault/serverless-offline - https://github.com/awslabs/aws-sam-local with https://github.com/SAPessi/serverless-sam