Aws lambda and uuid, it always return same value

后端 未结 0 433
孤独总比滥情好
孤独总比滥情好 2020-12-19 19:09

mycode:

const axios = require(\'axios\')
const uuid = require(\'uuid\').v1();
const rand = Math.random();

exports.lambdaHandler = async (event) => {
    /         


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