Hedgar
09/26/2022, 10:14 AMserverless.yml file I don’t understand the KVPs PREFECT_API_KEY and PREFECT_API_URL are the values supposed to be variables or secrets and from where?Anna Geller
Jeff Hale
09/26/2022, 12:23 PMprefect config view.
You can read more about settings and profiles.Hedgar
09/26/2022, 1:19 PMserverless.yml file. If I set a
``cron(0 13 ? MON-FRI *)`` do I need to set another/similar schedule when building deployment to store code in s3?Hedgar
09/26/2022, 1:28 PMserverless.yml file suffices for the schedule for the flow itself or I have to set seminar schedule when pushing flow code to s3?Jeff Hale
09/26/2022, 1:38 PMAnna Geller
Hedgar
09/27/2022, 5:46 PMAnna Geller
do I need to indicate similar schedule in my flow?no, Lambda is compute and it gets triggered on the schedule you defined as cloud watch event https://github.com/anna-geller/prefect-aws-lambda/blob/master/serverless.yml#L55