Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: motdotla/node-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tmaiaroto/node-lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 3, 2015

  1. Read .aws/credentials

    It is OK only not set default value.
    
    > Remember, if you set your AWS credentials in the shared credentials file or via environment variables, the AWS SDK for Node.js will automatically detect them, and you will not need to perform any manual credential configuration in your application.
    
    http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html
    macoshita authored and tmaiaroto committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    8c5fb0e View commit details
    Browse the repository at this point in the history
  2. added *.env to list of files to exclude from being zipped to avoid ha…

    …ving the AWS credentials exposed on Amazon
    perwagner authored and tmaiaroto committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    ebb911c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eed1577 View commit details
    Browse the repository at this point in the history
  4. version bump

    tmaiaroto committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    7738907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9475cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffe65dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96cec06 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d04802 View commit details
    Browse the repository at this point in the history
Loading