Skip to content

Commit 1f2182a

Browse files
Merge pull request #6 from reloc8/bugfix/fetch-properties-version
Fix FetchProperties lambda version
2 parents 27db9aa + a6a5b27 commit 1f2182a

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
@@ -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.1.0/'),
124+
code=lambda_.Code.from_asset('stack/lambda/fetch_properties/1.2.0/'),
125125
description='',
126126
layer_version_name='FetchPropertiesLibs',
127127
compatible_runtimes=[DEFAULT_LAMBDA_RUNTIME]

0 commit comments

Comments
 (0)