Deployment Issues with Cross Stack Dependencies and the CDK
In this blog post I explain to you how to handle a particular class of errors with cross stack dependencies in the CLoud Development Kit.
In this blog post I explain to you how to handle a particular class of errors with cross stack dependencies in the CLoud Development Kit.
Building a static website with Hugo and the CDK If you ever wanted to host your personal website or blog on AWS this article is right for you. We’re going to build a static website with Hugo, CodeBuild and CodePipeline and host it using CloudFront and S3. We will set up everything you need to build and deploy new versions of the Website.
In this post I’m going to show you how to use Cognito User Authentication in combination with a Docker app running in Fargate behind an Application Load Balancer and we’re going to build all this with the Cloud Development Kit (CDK). Why would you want to use this? You’re running your web application inside a docker container and don’t want to deal with user authentication.