This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |