Why does moving functions into nodejs aws layer from aws lambda change property ordering to alphabetical?

前端 未结 0 393
醉酒成梦
醉酒成梦 2020-12-30 01:58

To explain with example:

exports.handler = (event) => {
  return {
    statusCode: 200,
    body: JSON.stringify({bob:\'comes first\',alice:\'comes second\         


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