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.
1 parent c2f92ea commit e0db004Copy full SHA for e0db004
publish.py
@@ -1856,9 +1856,9 @@ def build_main_template(
1856
"<PATTERN2_IMAGE_VERSION>": pattern2_image_version,
1857
"<PATTERN3_IMAGE_VERSION>": pattern3_image_version,
1858
"<HASH_TOKEN>": self.get_directory_checksum("./lib")[:16],
1859
- "<LAMBDA_HASH_TOKEN>": self.get_directory_checksum("./src/lambda")[
1860
- :16
1861
- ],
+ "<LAMBDA_HASH_TOKEN>": self.get_directory_checksum(
+ "./src/lambda/agentcore_gateway_manager"
+ )[:16],
1862
"<CONFIG_LIBRARY_HASH_TOKEN>": self.get_directory_checksum(
1863
"config_library"
1864
)[:16],
0 commit comments