Skip to content

Commit e814e9d

Browse files
Merge pull request #11 from reloc8/minor/update-dependencies
Update dependencies
2 parents e452df0 + 6a79baf commit e814e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data_processing_stack/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self, scope: core.Construct, id_: str,
8585
lambda_fetch_properties = lambda_.Function(
8686
self,
8787
'FetchProperties',
88-
code=lambda_.AssetCode('stack/lambda/fetch_properties/1.3.1/python/fetch_properties'),
88+
code=lambda_.AssetCode('stack/lambda/fetch_properties/1.4.0/python/fetch_properties'),
8989
timeout=core.Duration.seconds(10),
9090
description='',
9191
function_name='FetchProperties',
@@ -121,7 +121,7 @@ def __init__(self, scope: core.Construct, id_: str,
121121
layer_fetch_properties = lambda_.LayerVersion(
122122
self,
123123
'FetchPropertiesLibs',
124-
code=lambda_.Code.from_asset('stack/lambda/fetch_properties/1.3.1/'),
124+
code=lambda_.Code.from_asset('stack/lambda/fetch_properties/1.4.0/'),
125125
description='',
126126
layer_version_name='FetchPropertiesLibs',
127127
compatible_runtimes=[DEFAULT_LAMBDA_RUNTIME]

0 commit comments

Comments
 (0)