Skip to content

Commit

Permalink
feat(docs): update docs (#642)
Browse files Browse the repository at this point in the history
feat(docs): update docs

Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/6427216232

------

*Automatically created via the "update-docs" workflow*
  • Loading branch information
monadabot authored Oct 6, 2023
1 parent ba0c2e3 commit b78d11e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ new cloud.Function(handler: IFunctionHandler, props?: FunctionProps);

| **Name** | **Description** |
| --- | --- |
| <code><a href="#@winglang/sdk.cloud.IFunctionClient.invoke">invoke</a></code> | Invoke the function asynchronously with a given payload. |
| <code><a href="#@winglang/sdk.cloud.IFunctionClient.invoke">invoke</a></code> | Invokes the function with a payload and waits for the result. |

---

Expand Down Expand Up @@ -157,7 +157,7 @@ Add an environment variable to the function.
inflight invoke(payload: str): str
```

Invoke the function asynchronously with a given payload.
Invokes the function with a payload and waits for the result.

###### `payload`<sup>Required</sup> <a name="payload" id="@winglang/sdk.cloud.IFunctionClient.invoke.parameter.payload"></a>

Expand Down

1 comment on commit b78d11e

@vercel
Copy link

@vercel vercel bot commented on b78d11e Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.