aws-lambda-ci
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: aws-lambda-ci | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: Continuous integration pipeline for aws lambda function | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/kodless/aws-lambda-ci |
+2
-1
@@ -107,2 +107,3 @@ """ | ||
| FUNCTION_LATEST_CODE_SHA = FUNCTION_LATEST_CONFIG["CodeSha256"] | ||
| FUNCTION_LATEST_LAYERS = FUNCTION_LATEST_CONFIG.get("Layers", []) | ||
| FUNCTION_CURRENT_GIT_VERSION = FUNCTION_LATEST_CONFIG["Description"] if FUNCTION_LATEST_CONFIG else "Virgin" | ||
@@ -166,3 +167,3 @@ FUNCTION_LATEST_LAYER_CONFIG = lam.list_layer_versions(LayerName=FUNCTION_LAYER_NAME, MaxItems=1)["LayerVersions"] | ||
| # Force Rebuild deps if there is no Layer attached to the lambda | ||
| if not FUNCTION_LATEST_LAYER_VERSION: | ||
| if not FUNCTION_LATEST_LAYERS: | ||
| deps_changed = True | ||
@@ -169,0 +170,0 @@ |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: aws-lambda-ci | ||
| Version: 0.0.5 | ||
| Version: 0.0.6 | ||
| Summary: Continuous integration pipeline for aws lambda function | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/kodless/aws-lambda-ci |
+1
-1
@@ -5,3 +5,3 @@ from setuptools import setup | ||
| name="aws-lambda-ci", | ||
| version="0.0.5", | ||
| version="0.0.6", | ||
| url="https://github.com/kodless/aws-lambda-ci", | ||
@@ -8,0 +8,0 @@ license="Apache License 2.0", |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
68007
0.09%430
0.23%