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: mattbegley/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.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 27, 2020

  1. Fixed isdir() and isfile() relative paths in the build method, which …

    …was resulting in False being returned when deploy is run outside of the source directory. Added cleaning up of the local 'dist' directory containing the zipped deployment packages, as this was just filling up with deployments unnecessarily. Added a check in the build method to detect if the src has been specified with a trailing forward slash, as this was causing source_directories to be incorrectly named when deployed to aws (they were missing the first character of the directory name). Added a check for the file permissions when running on Mac/Linux, as aws lambda inherits the local file permissions and this was causing a permissions issue on service.py during lambda execution, as it did not have execute permissions (changed this for any .py files in the package)..
    begleymatt committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    cc31937 View commit details
    Browse the repository at this point in the history
Loading