DEV Community

Alex Daro
Alex Daro

Posted on β€’ Originally published at alexdaro.com

2

Scheduling Website Content With JavaScript and AWS CloudWatch

Hi, devs! πŸ€“

I'm getting close to wrapping the first round of development with my new side-project newclick.io so I figured I'd share some insight on how I built an API for scheduling website content.

To be honest I was having trouble finding the confidence to publish this. I wanted to write this in-depth, ground shattering post on scheduling Lambda functions with Amazon Cloudwatch but every time I sat down to write it seemed like an insurmountable task... Quite honestly it was bumming me out! So what I did instead was implemented some Tim Ferris voodoo logic and asked my self: "What would this look like if it were easy?". That was the thing that got me over the hump...

I changed the opening sentence from "In this article, I'll describe everything that went into developing the newclick.io Scheduling API." -- to -- "In this article, I'll briefly describe some of the things that went into developing the newclick.io Scheduling API. "

This helped me hone in what I wanted to say and get it out the door. Every blog post doesn't need to be a novel. A simple, easy to read how-to guide was good enough.

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (2)

Collapse
 
domenicosolazzo profile image
Domenico Solazzo β€’

These snippets of code for Amazon Cloudwatch are really helpful and clear to understand! Thanks for sharing!

Collapse
 
al_daro profile image
Alex Daro β€’

Glad you find them useful! 😊

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay