Category: AWS Tips
Some general knowledge and tips about AWS and related subjects
-

Hosting a blog with AWS – Lightsail vs Amazon S3 vs EC2
In order to create this blog I needed to go through some thinking. Where to host it, which platform to use and obviously the…
-

Build a real-time data streaming system with Amazon Kinesis Data Streams – Lab 97
An application uploads text files to S3 Bucket. Whenever a file is uploaded to the bucket a Lambda function get triggered. Lambda function reads…