# Packages
Package controller contains helpers shared between controllers embedded in source adapters.
Package env allows propagating runtime configurations via the environment.
Package health contains helpers to enable HTTP health checking.
No description provided by the author
No description provided by the author
# Functions
MustParseARN parses an ARN and panics in case of error.
MustParseCognitoIdentityResource parses the resource segment of a Cognito Identity Pool ARN and panics in case of error.
MustParseCognitoUserPoolResource parses the resource segment of a Cognito User Pool ARN and panics in case of error.
MustParseDynamoDBResource parses the resource segment of a DynamoDB ARN and panics in case of error.
MustParseKinesisResource parses the resource segment of a Kinesis ARN and panics in case of error.
NewBackoff accepts optional values for minimum and maximum wait period and returns a new instance of Backoff.
# Type aliases
RunFunc is a user function that polls data from a source and sends it as a CloudEvent to a sink.