Posts for "aws"
Automatic Creation of Athena partitions for Firehose delivery streams
Oleksii RudenkoMay 11, 2018 12:00 PM
AWS Athena allows querying files stored in S3. AWS Kinesis Firehose allows streaming data to S3. But for efficient querying you need to split your data in partitions. Here is how you can automate the process using AWS Lambda
Testing DynamoDB Automatic Scaling
Oleksii RudenkoOctober 28, 2017 5:11 PM
DynamoDB is capable of automatic scaling and I put this feature under test to better understand how it works. See my findings in the post
Simple Starter Kit for NodeJS AWS Lambda functions using CloudFormation
Oleksii RudenkoJanuary 8, 2017 1:32 PM
In this tutorial, I present a simple dependency-free starter kit which uses CloudFormation to help you manage NodeJS Lambda functions