Skip to content
  • Quien soy
  • Tu Cuenta

Ruben J Garcia

  • Quien soy
  • Tu Cuenta

Categoría: Snippet

  • Home
  • Snippet
s3 bucket

How to download a file to S3 from Lambda even is Gzipped

Today I’m gonna show you how to download a file to S3 from a Lambda without using temporary space As you know, tmp directory in AWS Lambda functions has only 512 Mb. If you want to download a big file Read More …

24/02/202027/02/2020 Ruben GarciaSnippetaws, lambda, s3, snippet
sort

How to find the largest top files and directories on Linux

If you want to find the largest top files and directories on Linux you can use this command du -a / | sort -n -r | head -n 10 First we use du. It shows the disk usage of your Read More …

28/01/201628/01/2016 Ruben GarciaSnippetlinux, snippet
handshake

SSLHandshakeException – Install SSL Certification in your Keystore

Sometimes you need to connect your Java application to a SSL server and you can get this error What you’re application is telling you is that it doesn’t trust in the other server. The solution is very simple, you just Read More …

24/01/2016 Ruben GarciaJava, Snippetjava, keystore, snippet, ssl
borrar duplicados mongodb

Borrar duplicados en MongoDB por un campo

Hoy tenemos un pequeño snippet para borrar duplicados en MongoDB segun uno de los campos Antes de la version 3 de MongoDB era bastante sencillo. Solo habia que crear un indice unico por el campo que queriamos que no tuviera Read More …

30/12/201530/12/2015 Ruben GarciaMongoDB, NodeJS, Snippetmongodb, nodejs, snippet

Encontrar ficheros con un texto en linux o mac

Hoy os traigo un pequeño snippet muy util para encontrar ficheros que contengan un determinado texto en Linux o Mac: Este comando buscara todos los archivos que contengan search en el directorio path. Si queremos filtrar por tipo de archivo Read More …

03/12/201503/12/2015 Ruben GarciaSnippetlinux, mac, snippet
alojamiento wordpress

Entradas recientes

  • ¿Cómo ser desarrollador de software?
  • Multiple static web in the same S3 Bucket (with CDK)
  • How to download a file to S3 from Lambda even is Gzipped
  • Static web in Cloudfront with AWS CDK
  • Step function to iterate S3

Categorías

  • Android
  • AngularJS
  • AWS
  • Big Data
  • BlueMix
  • CDK
  • Chromecast
  • Cloud
  • Codemotion
  • Cucumber
  • Desarrollo profesional
  • Docker
  • Elasticsearch
  • Express
  • Flink
  • Functional Programming
  • Humor
  • Java
  • Javascript
  • jQuery
  • Junit
  • Kibana
  • Kotlin
  • Logstash
  • Meetup
  • Microservices
  • MongoDB
  • NodeJS
  • Noradf
  • Personal
  • Php
  • Python
  • React
  • Scala
  • Snippet
  • Spark
  • Spring
  • Spring Boot
  • Testing
  • Tetris Android / iOS
  • Tutorial
  • VirtualBox
  • Yeoman

Archivos

  • enero 2021
  • noviembre 2020
  • febrero 2020
  • julio 2019
  • abril 2018
  • octubre 2017
  • septiembre 2017
  • julio 2017
  • febrero 2017
  • enero 2017
  • noviembre 2016
  • septiembre 2016
  • agosto 2016
  • mayo 2016
  • marzo 2016
  • febrero 2016
  • enero 2016
  • diciembre 2015
  • noviembre 2015
  • septiembre 2014
  • agosto 2014
  • junio 2014
  • mayo 2014

Meta

  • Acceder
  • Feed de entradas
  • Feed de comentarios
  • WordPress.org
Bizroot by WEN Themes