Skip to content

Commit 29e1ab9

Browse files
committed
CloudCode page: add a note about the schema requirement in the CC template
1 parent 3bc713e commit 29e1ab9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

usage/tools/cloudcode.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The API will respond with HTTP status `200` if the write was successful.
187187

188188
## Customization required
189189

190-
You can make changes to the way the `upload` task writes data to the source MongoDB database. At a minimum, you will need to modify it to take your specific MongoDB database "schema" into consideration.
190+
You can make changes to the way the `upload` task writes data to the source MongoDB database. At a minimum, at this time you will need to modify it to take your specific MongoDB database "schema" into consideration (Note: We are working on updating the template to not require adapting it to your schema. We will update this documentation page accordingly once that change is shipped).
191191

192192
Here is how:
193193

@@ -223,5 +223,9 @@ export const schema = {
223223

224224
## Production considerations
225225

226-
Before going into production with this solution, you will need to set up authentication on the HTTP endpoints exposed by the CloudCode tasks. Please [contact us](/resources/contact-us) for assistance.
226+
Before going into production with this solution, you will need to set up authentication on the HTTP endpoints exposed by the CloudCode tasks.
227+
228+
In addition, if you need more data validations and/or authorization than what is provided by the template, that will need to be customized too.
229+
230+
Please [contact us](/resources/contact-us) for assistance on either of the above.
227231

0 commit comments

Comments
 (0)