serverless-golang
serverless-golang copied to clipboard
AWS Lambda Go functions using Serverless Framework and Python shim
Hi, I want to implement a wrapper around handler to add some generic code. Do you know how to implement this using serverless-golang. Also I found an npm package for...
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...
Really struggling to run with localstack. Trying to use serverless-localstack plugin, but as soon as i drop it into .serverless_plugins `make deps` and `make deploy` get stuck forever. Running build...
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