We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6985ca1 + 24f8354 commit d1094aaCopy full SHA for d1094aa
data_processing_stack/__init__.py
@@ -85,7 +85,7 @@ def __init__(self, scope: core.Construct, id_: str,
85
lambda_fetch_properties = lambda_.Function(
86
self,
87
'FetchProperties',
88
- code=lambda_.AssetCode('stack/lambda/fetch_properties/1.1.0/python/fetch_properties'),
+ code=lambda_.AssetCode('stack/lambda/fetch_properties/1.2.0/python/fetch_properties'),
89
timeout=core.Duration.seconds(10),
90
description='',
91
function_name='FetchProperties',
0 commit comments