API Reference
Preparing search index...
@aws-lambda-powertools/commons
types
MiddlewareArgsLike
Type Alias MiddlewareArgsLike
Internal
Minimal type for the arguments passed to a middleware function
type
MiddlewareArgsLike
=
{
request
:
{
headers
:
{
[
key
:
string
]:
string
}
}
;
}
Index
Properties
request
Properties
request
request
:
{
headers
:
{
[
key
:
string
]:
string
}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
API Reference
Loading...
Minimal type for the arguments passed to a middleware function