We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094f53f commit e602f89Copy full SHA for e602f89
1 file changed
samcli/commands/local/cli_common/invoke_context.py
@@ -280,7 +280,8 @@ def __enter__(self) -> "InvokeContext":
280
self._function_provider = _function_providers_class[self._containers_mode](
281
*_function_providers_args[self._containers_mode], **_function_providers_kwargs
282
)
283
-
+
284
+ # Validate function logical IDs after provider is initialized
285
self._validate_function_logical_ids()
286
287
# Load and merge Lambda runtime environment variables
0 commit comments