Skip to content

Commit 7cdf8ea

Browse files
author
Jens Kürten
committed
Clarify documentation by removing redundant reference to the environment.yaml file location in the development server section.
1 parent 9df556e commit 7cdf8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development_server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Functions SDK includes a development server that allows you to run your Functions in your development environment. The server reads Functions from the `environment.yaml` file in your working directory and makes them available via HTTP endpoints. You can then connect these Functions to your CIM Database Cloud instance using webhooks.
1+
The Functions SDK includes a development server that allows you to run your Functions in your development environment. The server reads Functions from the `environment.yaml` file and makes them available via HTTP endpoints. You can then connect these Functions to your CIM Database Cloud instance using webhooks.
22

33
This speeds up the development of Functions, because you can instantly test your changes, without deploying them to the cloud infrastructure first.
44

0 commit comments

Comments
 (0)