Thanks to visit codestin.com
Credit goes to github.com

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: rackerlabs/lambda-uploader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rackerlabs/lambda-uploader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: multiple_functions
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 31, 2016

  1. S3 Uploads will only happen once per lambda-uploader run

    This ensures that the lambda-uploader is not uploading the same package
    to S3 multiple times when it uploads multiple functions off of the same
    project.
    jarosser06 committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    49a6af2 View commit details
    Browse the repository at this point in the history
  2. Added support for multiple functions off a single project

    This allows multiple lambda functions to be uploaded and created off of
    the same project by specifying different configuration files. This
    change ensures that the package will only be built once.
    jarosser06 committed Mar 31, 2016
    2 Configuration menu
    Copy the full SHA
    dd9cb74 View commit details
    Browse the repository at this point in the history
Loading