
Building and Deploying a WebSocket server with Fargate and CDK
This demo will show how to build and deploy a Fargate WebSocket server. This application will automatically scale and use TLS to secure the connection.
This demo will show how to build and deploy a Fargate WebSocket server. This application will automatically scale and use TLS to secure the connection.
In this demo, we will be building a React based WebSocket reader that uses Amazon API Gateway to read data from a Kinesis Data Stream
This CDK will deploy a an Asterisk server to AWS Fargate from multiple CPU architectures
In order to deploy a Certificate with a CloudFront Distribution, a multi-stack CDK must be used to deploy the Certificate in us-east-1 and the SPA in a different Region. This CDK deployment will show how to do that.
This demo will use CDK to deploy a Minecraft server on AWS Fargate using Route 53 as the trigger
This demo will describe how to create a CDK with conditional resource deployment and how to use Environment Variables with that conditional deployment
An update to the previous CDK Construct Custom Resource post. This time we will be using Typescript instead of JavaScript for the Lambda function.
This article will show you how to deploy a Python Lambda function with additional dependencies using CDK
How to build a private RDS database and connect to it with an AWS Lambda function using AWS CDK.
[NextJS](https://nextjs.org/learn/foundations/about-nextjs/what-is-nextjs) is a powerful React framework that we can use to deploy directly from GitHub to [AWS Amplify](https://aws.amazon.com/amplify/). We will also be using [CodeSandbox](https://codesandbox.io/docs/overview) to work with the cod...