-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/wont-fixThis issue won't be fixedThis issue won't be fixed
Description
Problem description
Documentation is missing for properties on interfaces/types that are extended using utils.Overwrite
.
As one example, CallbackFunctionArgs
extends BaseCallbackFunctionArgs
and our docs show all the expected properties from these two types.
But, BaseCallbackFunctionArgs
uses utils.Overwrite
to overwrite FunctionArgs
which contains description
, environment
, etc. that our docs do not include.
CallbackFunctionArgs BaseCallbackFunctionArgs FunctionArgs via utils.Overwrite
callback code deadLetterConfig
callbackFactory handler description
role environment
policies code
runtime name
codePathOptions ...
^ These are missing from API docs.
Metadata
Metadata
Assignees
Labels
area/docsImprovements or additions to documentationImprovements or additions to documentationkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of specresolution/wont-fixThis issue won't be fixedThis issue won't be fixed