We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f48700 commit 038b54dCopy full SHA for 038b54d
.changeset/moody-kangaroos-nail.md
@@ -0,0 +1,5 @@
1
+---
2
+'@aws-amplify/backend-function': minor
3
4
+
5
+update cron jsdoc example
packages/backend-function/src/factory.ts
@@ -118,7 +118,7 @@ export type FunctionProps = {
118
* @example
119
* schedule: "every week"
120
121
- * schedule: "0 9 * * 2" // every Monday at 9am
+ * schedule: "0 9 ? * 2 *" // every Monday at 9am
122
*/
123
schedule?: FunctionSchedule | FunctionSchedule[];
124
};
0 commit comments