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: nficano/python-lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Vizbii/python-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.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 12, 2016

  1. Adding support for pip installs with --extra-index-url that might be …

    …defined in a requirements.txt file. You can add a new entry in the config.yaml file 'extra_index_url' that will use that as we pip install all of the current packages for the project
    asaolabs committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    7ac89a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7765961 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08efe2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    e1297fb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    837b246 View commit details
    Browse the repository at this point in the history
  2. Modifying the function_exists() call as it seems to not be catching r…

    …ecently installed lambda functions. by calling get_function() instead of list_functions... it seems to work.
    asaolabs committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    3b688ba View commit details
    Browse the repository at this point in the history
Loading