摘要:
SAA KMS Encrypted secrects can be stored in the code / environment variable data > 4 KB envolope encryption To give access to KMS to someone: Make sur 阅读全文
摘要:
SAA IAM Users & Groups A group can NOT be assigned to another group MFA Can be enabled not only Root user account, but also ALL IAM user accounts. IAM 阅读全文
摘要:
AWS STS - Security Token Service Allows to grant limited and temporary access to AWS resource (up to 1 hour) AssumeRole: Assume roles within your acco 阅读全文
摘要:
Install new dependencies In a folder with the serverless project run the following commands to add new dependencies: npm install --save aws-serverless 阅读全文
摘要:
Overview How to architect our application for testability How to run our application locally Have multiple envs for our application Implement observab 阅读全文
摘要:
Running DB instnace as a mulit-az deployment can further reduce the implace of a mainatenance event becasue Amazon RDS applies operating system update 阅读全文
摘要:
removeEventListener removes an event listener added with addEventListener. However, there are a number of gotchas to watch out for in order to correct 阅读全文
摘要:
ResultPath: "$.error": add error prop to the output: Input: {foo: 'bar'} ->. output: {foo: 'bar', error: {...}} Real-time offline sync 阅读全文
摘要:
The gola of an Auto Scaling Group (ASG) is to: Scale out (add EC2 instances) to match an increased load Scale in (remove EC2 instances) to match a dec 阅读全文
摘要:
Overview Object values are the content of body: Max Object Size 5TB (5000GB) If uploading more than 5GB, must use "multi-part upload" Metadata (list o 阅读全文