@org/source
Preparing search index...
backend/src/main
createOrderHandler
Function createOrderHandler
createOrderHandler
(
event
:
APIGatewayProxyEventV2
,
)
:
Promise
<
{
body
:
string
;
headers
:
{
"access-control-allow-headers"
:
string
;
"access-control-allow-methods"
:
string
;
"access-control-allow-origin"
:
string
;
"content-type"
:
string
;
}
;
statusCode
:
number
;
}
,
>
Create an order for the authenticated user.
Parameters
event
:
APIGatewayProxyEventV2
Returns
Promise
<
{
body
:
string
;
headers
:
{
"access-control-allow-headers"
:
string
;
"access-control-allow-methods"
:
string
;
"access-control-allow-origin"
:
string
;
"content-type"
:
string
;
}
;
statusCode
:
number
;
}
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@org/source
Loading...
Create an order for the authenticated user.