Nickolas Kraus

  • About
  • Articles
  • Notes
  • Projects
  • Resume
  • Transcripts
  • Automatic Certificate Validation with Certificate Validator

    October 13, 2019
    Certificate Validator is an AWS CloudFormation custom resource which facilitates AWS Certificate Manager (ACM) certificate validation via DNS.
    aws cloudformation
  • Hosting a Static Website with Hugo and CloudFormation

    August 18, 2019
    This article details how to create a static website with Hugo and CloudFormation.
    aws hugo cloudformation
  • Creating a Static Website using CloudFormation

    February 10, 2019
    This article details how to create a static website using CloudFormation.
    aws hugo cloudformation
  • Creating an Amazon API Gateway with a Lambda Integration using CloudFormation

    February 3, 2019
    A typical use case for Amazon API Gateway is to use it in conjunction with an AWS Lambda function. In this article, we will create an API Gateway with a Lambda integration.
    aws api-gateway cloudformation
  • Creating an Amazon API Gateway with a Mock Integration using CloudFormation

    January 27, 2019
    Amazon API Gateway is a highly useful and powerful tool. However, mastering its functionality is not easy. This article attempts to elucidate the major concepts of Amazon API Gateway by guiding the reader through the creation of an API Gateway with a mock integration.
    aws api-gateway cloudformation