Merged
Conversation
Exclude *.env files from being uploaded to amazon. Exclude .git* to exclude .gitignore. Exclude test from zip. Exclude packageDirectory from zip if specified.
- http://docs.aws.amazon.com/lambda/latest/dg/API_VpcConfig.html - http://docs.aws.amazon.com/lambda/latest/dg/vpc.html This allows users to place their Lambda functions in specific subnets with specific security groups.
- Check if the function exists, if it does update else create new - This API provides compatibility with VpcConfig
VpcConfig support
Add -e to not escape \n when echo'ing
Merge upstream/master with kecaps:master
Add package command
Only ignore deploy.env by default
Updated readme: MODE is no longer a thing
Throw on failures
- Add editorconfig - Ignore editorconfig
Private module fix
* Update to pass callback for nodejs4.3 runtime * Default to recommended runtime * Add note about runtimes * Added note on how to target v0.10.36
* Post install script
…. (2) (motdotla#80) This lets me e.g. exclude not only `.env` but by `.env.prod` / `.env.dev` and any other junky / sample files that happen to live in the method's directory. Or for that matter to move all those files into a sub- directory and exclude that. Less policy, more flexibility.
* Ignore .swp files by default. Remove redundant deploy.env ignore from the examples.
… run command when running with a custom event file (motdotla#51)
* Add context.json example * Add contextFile -x --contextFile parameter * fix contextFile example filename * update setup log message * Runhandler: Hotfixes * Reformat to match existing whitespace * more reformating to match existing whitespace * revert version back to 0.7.1 * Fix indenting
added 2 commits
April 18, 2016 12:50
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.