Skip to content

Commit 6697701

Browse files
author
Carl Vitzthum
authored
Merge pull request #3 from 4dn-dcic/tmp_dir_deploy
Big refactor for 0.12.0
2 parents c37c427 + c335635 commit 6697701

13 files changed

Lines changed: 200 additions & 415 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ include LICENSE
33
include README.rst
44
include requirements.txt
55
include python/boto/endpoints.json
6-
include aws_lambda/project_template/config.yaml
76
recursive-include tests *.json *.py *.txt *.yaml
87
recursive-include templates *
98
recursive-exclude * __pycache__

aws_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__email__ = 'nficano@gmail.com'
55
__version__ = '0.7.1'
66

7-
from .aws_lambda import deploy, invoke, init, build, cleanup_old_versions
7+
from .aws_lambda import deploy_function
88

99
# Set default logging handler to avoid "No handler found" warnings.
1010
import logging

aws_lambda/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "0.11.1"
4+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)