Skip to content

jennyvallon/shellScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellScripts

TO-DO
Much of the info hard-coded into the scripts should be placed in a dot file.

Requirements: AWS CLI

installed aws acccount credentials configured aws s3 setup aws IAM roles configured

local-s3
Usage: local-s3 [--bucket = ~/Desktop/s3/

/]
Syncs specified local directory with aws bucket of the same name.
Fires aws sync command with [--acl public-read] and [--delete] flags.


local-lambda
Usage: local-lambda [--function=~/NetBeansProjects/lambda//] [<-update> || <-create>] Takes lambda functions from local machine, creates respective deploy package and pushes it to aws Lambda.
Depends on running instance of local-s3 process.

Releases

No releases published

Packages

No packages published

Languages