how will be the lambda function with node.js will be for post request using the for application/x-www form-urlencoded data which stores to DynamoDB

后端 未结 0 1882
耶瑟儿~
耶瑟儿~ 2020-12-08 04:53
var qs = require(\'qs\')
exports.handler = async (event) => {
    let body=qs.parse(event.body);
    console.log(\'passed\',body);
    return{
        statusCode:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题