Categoria Devops

Moving From EC2 to serverless with AWS CDK

Managing complex infrastructures on the cloud can be troublesome as they tend to make use of many different resources and services. To ease the work of creating, deploying and maintaining these infrastructures we always want to use an IaC framework. AWS…

Sviluppare localmente con DynamoDB

Nell’oramai lontano 2013, AWS aggiunse al proprio servizio DynamoDB un tool che offre la possibilità di eseguire lo stesso servizio database localmente sulla propria macchina. Questo permette di scrivere e testare codice che usa le DynamoDB API anche se si…

Cloudwatch Logs Insights

Amazon CloudWatch Logs

Our infrastructures generate a large amount of logs every day, which must be analyzed and controlled. Over the past few months, we’ve moved our Logs collection to the Cloudwatch Logs Insights service, a fully managed service designed to work at…