Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details โ†’
Socket
Book a DemoInstallSign in
Socket

aws-lambda-ci

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-ci - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
aws_lambda_ci.egg-info/PKG-INFO
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 @@

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

@@ -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",