摘要: Event Processing SQS: Lambda will poll the message from SQS, if failed to processing, will do retry, after max of times, will send to DLQ SNS: If fail 阅读全文
posted @ 2021-08-19 21:29 Zhentiw 阅读(71) 评论(0) 推荐(0) 编辑
摘要: The Event Delegation Pattern Event delegation is a simple, but powerful leveraging of the DOM event system which allows for easier adding of functiona 阅读全文
posted @ 2021-08-19 15:40 Zhentiw 阅读(661) 评论(0) 推荐(0) 编辑
摘要: Object.is console.log(Object.is(2, 2)); // true console.log(Object.is({}, {})); // false Strict Equality: a b console.log(2 2); // true console.log({} 阅读全文
posted @ 2021-08-19 15:20 Zhentiw 阅读(41) 评论(0) 推荐(0) 编辑