jasonbutz.info

Jason Butz's profile picture

Jason Butz is a software engineer and cloud architect with a strong focus on JavaScript, TypeScript, Node, and AWS. Jason has a love for open-soure software and a passion for building scalable, secure, and reliable applications.

  1. AWS, CodeCatalyst
    I recently spoke with Johannes Koch, an AWS Hero, on his YouTube channel about Amazon CodeCatalyst. We focused on CodeCatalyst’s quality reports features, how they can accelerate code reviews, and some features we hope to see. Check out Johannes’s channel, CI and CD on Amazon Web Services (AWS). I’ve also included a link to our conversation below...
  2. AWS, IAM, SQS, TIL
    The other week, I was helping a client work through an interesting challenge. The entire problem resulted from decisions made when the company was designing how they would build and connect their AWS accounts. They had decided there would be two kinds of AWS accounts: one with access to their internal network and one without. The accounts with access to the internal network cannot have any ingress from the public internet; all ingress must be through the corporate network....
  3. AWS, Amazon CodeCatalyst, Code Quality
    Explore the features of Amazon CodeCatalyst, focusing on its quality reports. Learn about the supported report formats, including test reports, code coverage reports, software composition analysis, and static analysis reports. Discover how CodeCatalyst stands out with easy access to code quality reports directly within the console without requiring extensive configuration and integrations with external tools...
  4. AWS, AWS CDK, Speaking

    I spoke at Indy.Code() in Indianapolis, Indiana, earlier this month. I remember attending the first Indy.Code() several years ago and thinking, “I could give a talk here,” and it has finally happened. It was a great conference to give a talk at, and I’m very grateful to those who attended my talk and their questions!…

  5. AWS, AWS Lambda, Deno, Security
    Enhance JavaScript Lambda security. Learn how Deno's fine-grained permission checks add an extra layer of protection....
  6. AWS, Cloud, Security
    Discover the partitions within AWS that safeguard resources and ensure security. Learn about their distinct features, requirements, and potential future updates...
  7. AWS, GitHub, Security, OIDC, AWS CDK
    Learn how to enhance security and streamline the deployment process from GitHub to AWS using OpenID Connect (OIDC). This article explains how to establish a trust relationship between AWS and GitHub, configure an IAM Role, and update GitHub Workflow to leverage OIDC for temporary credentials....
  8. AWS, Serverless, Microservices, Service Discovery, Architecture
    Learn how to reduce tightly-coupled services in serverless applications on AWS and discover the benefits of service discovery and how it can save time and effort in the development process...
  9. AWS, Architecture, CloudFront, S3, Cloud Resiliency
    AWS has great services for building a resilient static website and it isn't difficult, the real challenge comes with deploying it through infrastructure as code...