diff --git a/samcli/commands/build/build_context.py b/samcli/commands/build/build_context.py index 8dc51e31e1..1090b17b72 100644 --- a/samcli/commands/build/build_context.py +++ b/samcli/commands/build/build_context.py @@ -566,7 +566,7 @@ def _is_function_buildable(function: Function): docker_context = cast(str, metadata.get("DockerContext", "")) if not dockerfile or not docker_context: LOG.debug( - "Skip Building %s function, as it does not contain either Dockerfile or DockerContext " + "Skip Building %s function, as it is missing either Dockerfile or DockerContext " "metadata properties.", function.full_path, )