Skip to content

Instantly share code, notes, and snippets.

View pravin-gadekar's full-sized avatar
🎯
Focusing

Pravin Gadekar pravin-gadekar

🎯
Focusing
View GitHub Profile
@pravin-gadekar
pravin-gadekar / tanay-links.md
Created July 5, 2020 14:29 — forked from tanaypratap/tanay-links.md
Links for all of Tanay's Initiatives at one place
#!/bin/bash
iatest=$(expr index "$-" i)
#######################################################
# SOURCED ALIAS'S AND SCRIPTS BY zachbrowne.me
#######################################################
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc

Preface

This article walks you through an example of deploying a Python 3.6 application that uses Pandas and AWS S3 on AWS Lambda using Boto3 in Python in 2018. No shell, no bash, no web console, everything is automated in Python. The previous article of a Hello World example can be found here.

Again, the reason to use Python Boto3 to interact with AWS is that,

  1. I'm more familiar with Python than Bash, which means a Python script can be more flexible and powerful than Bash for me.
  2. I'm not a fun of the AWS web console. It might be easier to do certain things, but it is definitely not automated.

Introduction

@pravin-gadekar
pravin-gadekar / ubuntu_agnoster_install.md
Created September 12, 2018 07:59 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 16.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH