Skip to content

Instantly share code, notes, and snippets.

View kondratk's full-sized avatar

Kondrat Kielar kondratk

View GitHub Profile
@kondratk
kondratk / deploy.sh
Created February 16, 2017 12:41 — forked from bagonyi/deploy.sh
Deploy code to AWS Lambda from IntelliJ on save
#!/usr/bin/env bash
# Deploy code to AWS Lambda
# Dependencies
# awscli (brew install awscli), set up guide: https://aws.amazon.com/cli/
# Usage with IntelliJ
# 1. Drop me (deploy.sh) into your project root
# 2. Create dir "aws-dist" in your project root, right click on it and "Mark directory" as "Excluded"