Call Your AWS Step Functions With API Gateway in Just a Few Lines With SAM

Call Your AWS Step Functions With API Gateway in Just a Few Lines With SAM
Last weekend I played with AWS Step Functions! I wanted to refactor a Lambda function I already coded for the sake of maintainability and evolutivity. Spent my day with AWS SAM refactoring a long Lambda in Step Functions Result: • I reduced my code by 2 • The code is now way more maintainable • I have a cool graph presenting the execution flow Btw, I call my state machine with API Gateway and I only needed 8 lines in YAML!
Read more →

How I Migrated My Blog to Hashnode Using Amazon Route 53 and Cloudflare

How I Migrated My Blog to Hashnode Using Amazon Route 53 and Cloudflare
I had some difficulties when I migrated my blog to Hashnode. The instructions provided were clear, but due to some limitations with my provider, Amazon Route 53, the process became complicated for me. My provider doesn’t support CNAME flattening, which allows us to create a CNAME record at the root domain without violating the DNS specifications. That’s why I decided to document my migration and explain how I migrated my blog using Amazon Route 53 and Cloudflare.
Read more →