# Functions
New returns an App or an error if the creation failed.
WithAWSConfig sets the AWS config.
WithExtensionName sets the extension name.
WithFunctionLogSubscription enables the logs api subscription to function log stream.
WithLambdaRuntimeAPI sets the AWS Lambda Runtime API endpoint (normally taken from $AWS_LAMBDA_RUNTIME_API), used by the AWS client.
WithLogLevel sets the log level.
WithLogsapiAddress sets the listener address of the server listening for logs event.
WithoutLogsAPI disables the logs api.
# Type aliases
ConfigOption is used to configure the lambda extension.