摘要:
VPC & Subnets VPC: private network to deploy your resources (regional resource) Subnets: partition your network inside your VPC (AZ resource) Public s 阅读全文
摘要:
Lambda integration with ALB HTTP(s) Lambda function must be registered in a target group ALB Multi-Header Values If a client connect to ALB, we can co 阅读全文
摘要:
1. Create a Lambda function, because we want to work with Application Load Balancer, we need to give a different response from Lambda Check: https://d 阅读全文
摘要:
Overview Different from SQS, once data into Kinesis, it cannot be deleted. SQS will be deleted after processed Kinesis is regional Kinesis Producers D 阅读全文
摘要:
SQS Decouple applications unlimited throughput, unlimited number of messages in queue 4 days retention of message, max 14 days 256KB size per message 阅读全文
摘要:
CloudWatch CloudWath Metrics Default every 5 mins EC2 Detailed monitoring Get data every 1 mins Free Tier allow to have 10 details monitoring metrics 阅读全文
摘要:
Features Serverless Monitoring Authentication Throttling Web application Firewal Custom domain names How API Gateway works When user come to your site 阅读全文
摘要:
What does it means? For example, if we have setup a API Gateway, REST API, GET method point to a Lambda function with no proxy intergration which retu 阅读全文
摘要:
1. First, create a Lambda function call `lambdav1` 2. Create three alias PROD, TEST, DEV For each alias, you can modify the response body code, so tha 阅读全文