There are two types of invocation for Lambda:
Request/Response
Asynchronous invoaction
Demo by using AWS CLI:
Request/Response
aws lambda invoke --function-name hello-world \
--invocation-type Re...
Overview
Different from SQS, once data into Kinesis, it cannot be deleted. SQS will be deleted after processed
Kinesis is regional
Kinesis Producers
Data record consists of:
Sequence number ...
最近因为项目测试,开始使用Amazon Web Service(简称AWS)。AWS最近推出了一年免费使用的套餐:Free Tier*As part of, new AWS customers can get started with Amazon EC2 for free. Upon sign-up, new AWS custom...
You can also configure it using aws configure or if already executed you can identify it in ~/.aws/config. Example:[default]
region=us-east-1The regions are as follows. See second column.$ ec2-de...
Websocket is a bit different from HTTP, they work on top of a TCP connection.
User connects to API Gateway with some payload, Apigateway routing the request to different Lambda functions:
Ther...
Minimum RTO for a single region outage
For the minimum RTO in a single region we will follow up the same thing. We will have a monitoring team 24/7 available or I can say support team on the datac...
CloudWatch
Bascily you can use CloudWatch to monitoring everything in AWS.
CloudWatch Logs allow you to monitor operating system and application logs.
By default, EC2 doesn't send operating system-le...