awslambdaapigo

package module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 0 Imported by: 0

README

AWS Lambda API for Go

codecov

This is a client library for Go language to use AWS Lambda's Runtime API, Extension API and Telemetry API.

Supported APIs

Runtime API

AWS Lambda runtime API - AWS Lambda

  • GET /runtime/invocation/next
  • for custom runtime
    • POST /runtime/invocation/:AwsRequestId/response
    • POST /runtime/init/error
    • POST /runtime/invocation/:AwsRequestId/error

Extension API

Lambda Extensions API - AWS Lambda

  • POST /extension/register
  • GET /extension/event/next
  • POST /extension/init/error
  • POST /extension/exit/error

Telemetry API

Lambda Telemetry API reference - AWS Lambda

  • PUT /telemetry

License

MIT

Author

michimani210

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL