https://pulumi.com logo
Title
b

billowy-laptop-45963

07/10/2020, 5:16 PM
I'm getting mypy errors for the following
return pulumi.Output.all(bucket.bucket, obj.key).apply(
    lambda args: f"<https://s3.amazonaws.com/{args[0]}/{args[1]}>"
)
mypy states:
Argument 1 to "all" of "Output" has incompatible type "Output[str]"; expected "Union[<nothing>, Awaitable[<nothing>], Output[<nothing>]]"
Argument 2 to "all" of "Output" has incompatible type "Output[str]"; expected "Union[<nothing>, Awaitable[<nothing>], Output[<nothing>]]"
Anyone see this before?
c

curved-quill-94238

12/01/2022, 3:58 PM
I'm also seeing this error. was this ever resolved?