What happens when the maximum number of executions that can take place on an account has been reached?
What happens when the maximum number of executions that can take place on an account has been reached?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: hard
标签: interviewbit, aws-lambda, topic-specific, aws, lambda, serverless
参考答案摘要
When the threshold is reached, synchronous calls to AWS Lambda functions result in the receipt of an error stating that the threshold has been reached (429 error- code). Asynchronously called Lambda f...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。