Configure a threshold used on AWS Lambda

后端 未结 0 1799
礼貌的吻别
礼貌的吻别 2020-12-09 17:43

I have a program running on AWS Lambda like the following.

threshold = 10
def alerting(x, y):
    ans = x + y
    return True if ans > 10 else False


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