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

feat: allow sam to be invoked as a module #987

Merged
merged 4 commits into from
Feb 14, 2019

Commits on Feb 13, 2019

  1. feat: allow sam to be invoked as a module

    - python -m samcli.cli.main
    sriram-mv committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    7b7dc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80faa88 View commit details
    Browse the repository at this point in the history
  3. fix: travis build

     - added pylint rule for __main__.py because we dont need to pass ctx to
       cli, it gets added as part of a decorator.
     - added docstring
    sriram-mv committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    836d531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34dd6e6 View commit details
    Browse the repository at this point in the history