@@ -67,7 +67,7 @@ def __init__(self, scope: core.Construct, id_: str,
6767 lambda_geocode_property = lambda_ .Function (
6868 self ,
6969 'GeocodeProperty' ,
70- code = lambda_ .AssetCode ('stack/lambda/geocode_property/1.0.0 /python/geocode_property' ),
70+ code = lambda_ .AssetCode ('stack/lambda/geocode_property/1.0.1 /python/geocode_property' ),
7171 timeout = core .Duration .seconds (15 ),
7272 description = '' ,
7373 function_name = 'GeocodeProperty' ,
@@ -83,7 +83,7 @@ def __init__(self, scope: core.Construct, id_: str,
8383 lambda_fetch_properties = lambda_ .Function (
8484 self ,
8585 'FetchProperties' ,
86- code = lambda_ .AssetCode ('stack/lambda/fetch_properties/1.0.0 /python/fetch_properties' ),
86+ code = lambda_ .AssetCode ('stack/lambda/fetch_properties/1.0.1 /python/fetch_properties' ),
8787 timeout = core .Duration .seconds (10 ),
8888 description = '' ,
8989 function_name = 'FetchProperties' ,
@@ -110,7 +110,7 @@ def __init__(self, scope: core.Construct, id_: str,
110110 layer_geocode_property = lambda_ .LayerVersion (
111111 self ,
112112 'GeocodePropertyLibs' ,
113- code = lambda_ .Code .from_asset ('stack/lambda/geocode_property/1.0.0 /' ),
113+ code = lambda_ .Code .from_asset ('stack/lambda/geocode_property/1.0.1 /' ),
114114 description = '' ,
115115 layer_version_name = 'GeocodePropertyLibs' ,
116116 compatible_runtimes = [DEFAULT_LAMBDA_RUNTIME ]
@@ -119,7 +119,7 @@ def __init__(self, scope: core.Construct, id_: str,
119119 layer_fetch_properties = lambda_ .LayerVersion (
120120 self ,
121121 'FetchPropertiesLibs' ,
122- code = lambda_ .Code .from_asset ('stack/lambda/fetch_properties/1.0.0 /' ),
122+ code = lambda_ .Code .from_asset ('stack/lambda/fetch_properties/1.0.1 /' ),
123123 description = '' ,
124124 layer_version_name = 'FetchPropertiesLibs' ,
125125 compatible_runtimes = [DEFAULT_LAMBDA_RUNTIME ]
0 commit comments