Yun Zhi Lin
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...
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...
Similar to https://github.com/serverless/examples/tree/master/google-node-simple-http-endpoint
so that the RESTful api sample project can be complete with API Gateway, functions and persistence
Makes good sense to do so since https://github.com/serverless/event-gateway is also written in golang.
Similar to this: https://github.com/serverless/examples/tree/master/aws-python-simple-http-endpoint
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...