I have a Lambda function with URL and I am trying to POST some parameters to it with curl: ``` curl -d "item=one" htpps:// ``` The `queryStringParameters` ...
確定! 回上一頁