Documentation ¶
Overview ¶
Package cllambda providees reusable fx code for building AWS Lambda infra
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Invoke ¶
Invoke provides the fx Invoke option to start the lambda right after the 'start' lifecycle event. It does not actually start the lambda unless the AWS_LAMBDA_RUNTIME_API is present. Which will be present on a real deployment but not during testing.
func InvokeHandler ¶ added in v0.14.1
InvokeHandler provides the fx.Invoke option to start the lambda right after the 'start' lifecycle event. As opposed to Invoke it requires a single lambda.Handler dependency to be provided by the application.
Types ¶
Click to show internal directories.
Click to hide internal directories.