
Automate Tasks with Claude: Cowork Scheduled Tasks and Routines
Taking Cowork past one-off tasks: scheduled tasks on your own machine, Routines in the Code tab (Local or Cloud), and a real AWS example with a daily CloudWatch error report.
23 articles and tutorials

Taking Cowork past one-off tasks: scheduled tasks on your own machine, Routines in the Code tab (Local or Cloud), and a real AWS example with a daily CloudWatch error report.

I passed the AWS Certified Security Specialty (SCS-C03) and share how I renewed it: what changed (AI/GenAI), what I reviewed in the AWS Console, and why IAM is still the key to this exam.

Lessons learned after six months of AI-assisted coding: what didn’t work, what worked, and the workflow that kept me safe (especially on AWS).

Why and how to migrate from Access Keys in GitHub Secrets to OIDC to deploy infrastructure with Terraform and GitHub Actions on AWS.

Discover how AWS Step Functions can transform your serverless architecture. This article walks you through building workflows, deciding when to migrate from Lambda, exploring common patterns, and sharing practical best practices to simplify and maintain your applications.

In this article we explore how to effectively manage prompts in Amazon Bedrock, covering key functionalities such as versioning, optimization and collaboration to enhance your AI-based projects.
Amazon Q Developer is being retired by AWS in favor of Kiro.

Amazon Q Developer is an advanced AI-powered tool designed to assist AWS developers. It offers seamless code suggestions, transformations, testing, and documentation directly in IDEs. This article demonstrates its practical applications while addressing security, privacy, and ease of use.

Practical guide to using the AWS Well-Architected Tool, explaining why assessments matter and covering how to assess, refine, and optimize cloud workloads, with detailed steps, recommendations, and tips for continuous improvement.

Discover actionable quick wins for each AWS Well-Architected Pillar, helping you optimize cloud performance, security, and cost-efficiency.

Explore a deep dive into the Six Pillars of the AWS Well-Architected Framework, with best practices, key services, and role-based responsibilities for building secure, resilient, and cost-efficient cloud systems, optimized for performance and sustainability.

Learn how to automate the deployment of AWS resources using Terraform and GitHub Actions in this step-by-step guide.

Learn how to build real-time applications with AWS AppSync and Subscriptions.

An introduction to AWS Step Functions, covering how they work and how to use them to build efficient, scalable serverless workflows.

A walkthrough of Amazon API Gateway integrations, covering key advantages, performance, security, costs, and use cases to help developers optimize their serverless application architectures.

This guide explores Amazon API Gateway's endpoint exposure options, detailing their implementation, advantages, use cases, architectural impacts, limitations, troubleshooting, costs and more.
AWS Cloud9 is deprecated, affecting new customer access (effective July 25, 2024).

The guide provides a step-by-step walkthrough on setting up a Cloud9 environment, integrating with Git, and preparing Docker applications for testing, using two microservices (in Node.js and Python).
Learn how AWS WAF helps protect your web applications from malicious attacks with its agile protection, ease of deployment and maintenance, cost-effectiveness, and scalability.
Second article about the multi-account approach and specifically about AWS Control Tower where we will review all options.
Amazon GuardDuty is one of the most important security services on AWS. This post contains everything you need to know about the service.
AWS Security Hub is one of the most important security services on AWS. This post contains everything you need to know about the service.

CDK and SAM can be used together to create serverless applications. You will use CDK to define and create your AWS resources, and then you will use SAM to test your serverless resources.

I will show you how you can deploy a SAM project with AWS CodePipeline using the pipeline integration included in the AWS SAM CLI.

I will show you how you can deploy a CDK project using the Developer Tools of AWS, and a different approach to creating it with AWS console and with IaC.