Categorygithub.com/aws-samples/lambda-go-samples
modulepackage
0.0.0-20180209124145-2ecfbc4d4d16
Repository: https://github.com/aws-samples/lambda-go-samples.git
Documentation: pkg.go.dev

# README

lambda-go-samples

An example of using AWS Lambda with Go

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under a modified MIT license. See the LICENSE-SAMPLECODE file.

# Functions

Handler is your Lambda function handler It uses Amazon API Gateway request/responses provided by the aws-lambda-go/events package, However you could use other event sources (S3, Kinesis etc), or JSON-decoded primitive types such as 'string'.

# Variables

ErrNameNotProvided is thrown when a name is not provided.