Skip to content

Commit d1094aa

Browse files
Merge pull request #7 from reloc8/bugfix/fetch-properties-version
Fix FetchProperties lambda version
2 parents 6985ca1 + 24f8354 commit d1094aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_processing_stack/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.0/python/fetch_properties'),
88+
code=lambda_.AssetCode('stack/lambda/fetch_properties/1.2.0/python/fetch_properties'),
8989
timeout=core.Duration.seconds(10),
9090
description='',
9191
function_name='FetchProperties',

0 commit comments

Comments
 (0)