Documentation ¶
Overview ¶
Package atlambda provides tracing for AWS Lambda functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
// contains filtered or unexported fields
}
Function is type exposed via net/rpc, to match the signature implemented by the aws-lambda-go package.
func (*Function) Invoke ¶
func (f *Function) Invoke(req *messages.InvokeRequest, response *messages.InvokeResponse) error
Invoke invokes the Lambda function. This is our main trace point.
func (*Function) Ping ¶
func (f *Function) Ping(req *messages.PingRequest, response *messages.PingResponse) error
Ping pings the function implementation.
Click to show internal directories.
Click to hide internal directories.