摘要: const b = true const c = false let object = { a: 1, ...(b ? {b: 2}: {}), ...(c ? {c: 3}: {}) }; console.log(object) // { a: 1, b: 2 } 阅读全文
posted @ 2022-03-28 13:51 Zhentiw 阅读(21) 评论(0) 推荐(0) 编辑
摘要: CloudFront Path Patterns You can define Behaviors to server different Origin for differnet request. For example: Set Behavior if match *.jpg redirect 阅读全文
posted @ 2022-03-28 01:53 Zhentiw 阅读(565) 评论(0) 推荐(0) 编辑
摘要: Need to enable custom domain name and encryption in transit for an application running behind an Application Load Balancer? Use AWS Route 53 to create 阅读全文
posted @ 2022-03-28 01:24 Zhentiw 阅读(38) 评论(0) 推荐(0) 编辑