How to handle multiple async functions with javascript?

后端 未结 0 1618
终归单人心
终归单人心 2021-01-05 09:46

I have a function to first get a result from a url then putting it into dynamo db:

 const result =  await fetch(constants.GITHUB_NA_VERSION_NUMBER_URL)
               


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