Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self contained execution, without any dependencies #17

Merged
merged 2 commits into from
Sep 23, 2016
Merged

Commits on Sep 23, 2016

  1. Configuration menu
    Copy the full SHA
    882b0de View commit details
    Browse the repository at this point in the history
  2. Implement stand-alone execution, fixes #6 (also discussed in #15)

    The goal is to be able to run without any runtime dependencies
    - everything is now self-contained, included in the Lambda zip file
    - no more runtime downloads of data from external infrastructure
    - more reliable, everything is available out of the box
    - stable software, no longer auto-updates behind the user's back
    - remove dependency on UPX, since the size no longer matters so much
    - saving some execution time and a few pennies spent on bandwidth
    - lots of Lambda wrapper cleanups, the wrapper code is now 3x smaller
    - some build system cleanups and improvements
    - introduced a command-line argument to avoid hard-coding the
      instances.json file name
    
    Downside: the users need to update the CloudFormation stack in order to
    update the software to the latest version
    cristim committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    552117a View commit details
    Browse the repository at this point in the history