Skip to content

Commit e602f89

Browse files
committed
small update after merge
1 parent 094f53f commit e602f89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samcli/commands/local/cli_common/invoke_context.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ def __enter__(self) -> "InvokeContext":
280280
self._function_provider = _function_providers_class[self._containers_mode](
281281
*_function_providers_args[self._containers_mode], **_function_providers_kwargs
282282
)
283-
283+
284+
# Validate function logical IDs after provider is initialized
284285
self._validate_function_logical_ids()
285286

286287
# Load and merge Lambda runtime environment variables

0 commit comments

Comments
 (0)