Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

172
Views
Cloudwatch insight query automate endtime and start time

I am trying to automate generation of a report based on an insight query, every Monday for the past week. I need to run an insight query every Monday as a cron job. Could someone guide me on how I could automate setting the end time and start time to be last week's Friday 12:00 am and end time to be last Thursday 11:59pm.

const insightsQuery = {
        endTime: moment().unix(),
        startTime: moment().subtract(7, 'days').unix(),
        queryString: myQueryString
        logGroupNames: ['/aws/lambda/MyLab']
    };
return logsClient.startQuery(insightsQuery).promise()
        .then(({ queryId }) => { 
do something
}
Th F Sa Su M Tu W Th F Sa Su Mo 
   <---------------->        |
                             |
                            Cron job is ran every week on Monday to generate a report for the last week
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!