Author Archives: admin
DynamoDB pitfall: limited throughout due to hot partitions
Is your application suffering from throttled or even rejected requests from DynamoDB? Even if you ...
Aug
How to move a DynamoDB table to another region or account?
How to move data from one DynamoDB table to another? For example, when it becomes ...
Aug
Using DynamoDB Entity Store for cleaner TypeScript code
DynamoDB is a cloud-hosted NoSQL database from Amazon Web Services (AWS). DynamoDB is popular for ...
Aug
Download YouTube videos with AWS Lambda and store them on S3
Recently, I was faced with the challenge to download videos from YouTube and store them ...
Aug
Does your VPC endpoint allow access to half of the Internet?
Are you using VPC endpoints to enable private connections between your VPC and AWS services? ...
Aug
Dockerizing Ruby on Rails
Did you dockerize your Ruby on Rails application already? You definitely should! Read on to ...
Aug
Dockerizing legacy applications with confd
A legacy application typically uses files to read configuration parameters. But working with configuration files ...
Aug
DNSSEC with Route 53: Protecting the core of the Internet
The Internet relies on DNS. This makes it all the more important to do everything ...
Aug
DIY AWS Security Review
A regular security review of your AWS account can reveal security issues with little effort. ...
Aug
Discovering Machine Learning with Iris flower data set
Today I want you to show how you can use the Amazon Machine Learning service ...
Aug