上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 491 下一页
摘要: Web Identity Federation Simplifies authentication and authorization for web applications. An Authentication token JWT is exchanged for temporary AWS c 阅读全文
posted @ 2021-04-29 00:56 Zhentiw 阅读(92) 评论(0) 推荐(0)
摘要: This lesson introduces the ?. operator which is known as optional chaining. We're going to look at how we can use ?. to safely descend into an object 阅读全文
posted @ 2021-04-28 15:03 Zhentiw 阅读(71) 评论(0) 推荐(0)
摘要: Create an IAM User Give Admin access Create DynamoDB Table 1) Create facts table: **** (use ^ - Shift + 6 if you are a windows user, not \) **** aws d 阅读全文
posted @ 2021-04-23 19:04 Zhentiw 阅读(192) 评论(0) 推荐(0)
摘要: 1 Move next line ESC j 2 Move previous line ESC k 3 Delete whole line ECS dd 4 Insert ESC i 5 Save ESC :wq! ! for overwrite 阅读全文
posted @ 2021-04-23 14:44 Zhentiw 阅读(51) 评论(0) 推荐(0)
摘要: What is KMS Managed service that makes it easy for you to create and control the encryption keys used to encrypt your data Seamlessly integrated with 阅读全文
posted @ 2021-04-22 21:54 Zhentiw 阅读(144) 评论(0) 推荐(0)
摘要: 1. add a new user sudo adduser <admin_user_name> 2. set new user to be admin sudo usermod -aG sudo <admin_user_name>su - <admin_user_name> 3. create n 阅读全文
posted @ 2021-04-22 01:34 Zhentiw 阅读(82) 评论(0) 推荐(0)
摘要: Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h 阅读全文
posted @ 2021-04-19 21:36 Zhentiw 阅读(99) 评论(0) 推荐(0)
摘要: Elastic Compute Cloud (EC2) Vitural machine in the cloud Pay as you go Integrates with storage, netowrking, and security FAST! (you don't need to setu 阅读全文
posted @ 2021-04-19 21:29 Zhentiw 阅读(80) 评论(0) 推荐(0)
摘要: 1. Create a Lambda function: called `get-groups` const data = [ {name: 'angular', id: 1}, {name: 'react', id: 2}, {name: 'vue', id: 3} ]; exports.hand 阅读全文
posted @ 2021-04-19 21:13 Zhentiw 阅读(73) 评论(0) 推荐(0)
摘要: When you use TypeScript's --strictNullChecks flag, you can prevent the type checker from throwing an error with Angular's non-null assertion operator, 阅读全文
posted @ 2021-04-19 18:23 Zhentiw 阅读(91) 评论(0) 推荐(0)
上一页 1 ··· 140 141 142 143 144 145 146 147 148 ··· 491 下一页