Yun Zhi Lin

Results 11 issues of Yun Zhi Lin

Hi modest tree team, thanks for another awesome product that follows proven engineering principles. To make installation easier, I'd highly recommend using http://scoop.sh/ (https://github.com/lukesampson/scoop). It's effectively `homebrew` for windows. If...

By leveraging latest lambda support we would bypass the need for python shim and significantly simplify the call stack and potentially shave off some latency https://aws.amazon.com/about-aws/whats-new/2018/01/aws-lambda-supports-go/ However, there is a...

enhancement

As per documentation: https://aws.amazon.com/blogs/compute/error-handling-patterns-in-amazon-api-gateway-and-aws-lambda/ Errors should return with either prefixes: ``` [BadRequest] | 400 [Forbidden] | 403 [NotFound] | 404 [InternalServerError] | 500 ``` Or as the following payload: ```json...

As pointed out by @campoy at Golang Sydney meetup, the size of a default package.zip for a vanilla project is quite large (3.4mb for sls-golang-net). Need to consider ways to...

enhancement

Similar to https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint

enhancement

so that the RESTful api sample project can be complete with API Gateway, functions and persistence

enhancement

Makes good sense to do so since https://github.com/serverless/event-gateway is also written in golang.

enhancement

Similar to this: https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint

enhancement

Addresses #18 What I've done is: - upgraded to UE 4.26.2 - upgraded GameLiftServerSDK 3.4.0 and corresponding new linux and windows binaries - used auto keywords to prevent type conflicts...

Hi, thanks for putting together such as neat library. I've been trying to use the Java version and I noticed that both `recvBytes()` and `recv()` all throw `IOException` when nothing...