chughes87/calendarbot ? reverse-engineered prompt

Reverse engineered prompt

Build me a small service that runs on AWS Lambda and checks my Google Calendar for upcoming events, then texts me a reminder with the event title and time if something is coming up in the next hour.

I also want a daily digest that sends me a summary of the next day’s events every night at 9:30 PM in my local timezone. Use Twilio for the SMS part, and assume all the secrets like the Google credentials, Twilio keys, my phone number, and the Twilio number are stored together in AWS Secrets Manager.

Please make it easy to deploy with Serverless, and include whatever config is needed for setting the secret ARN and timezone. If you need to look up current docs online for Google Calendar, Twilio, or Serverless, go ahead. Keep it simple and practical, with a clean setup and clear build and deploy commands.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab