AWS Lambda 程序中获取当前函数所在地区 HenryZ 2021-03-26 更新于 2022-11-22 目录 Node.js Python Node.jslet region = process.env.AWS_REGION Pythonimport os region = os.environ['AWS_REGION'] 更多运行时环境变量参考 AWS docs Please enable JavaScript to view the comments powered by giscus.