serverless-golang icon indicating copy to clipboard operation
serverless-golang copied to clipboard

AWS Lambda Go functions using Serverless Framework and Python shim

Results 9 serverless-golang issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

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