subaud
  • Tags
  • Resume
  • About
  • Feed
  • Guides
Sign In

Streaming to KVS with ffmpeg and Node.js

Streaming to KVS with ffmpeg and Node.js

This demo will go through the steps to process a file with ffmpeg and stream the contents to KVS using Node.js

Jan 31, 2024 • Court Schuett
#CDK #Streaming #Fargate
Adding feature flags to AWS CDK through runtime context with projen

Adding feature flags to AWS CDK through runtime context with projen

Feature flags can be used to modify the deployment characteristics of a CDK deployment. These feature flags can be enabled in projen by modifying the cdk.json file.

Jan 12, 2024 • Court Schuett
#CDK #Automation
CDK Deployment of Docker Image with CodeBuild

CDK Deployment of Docker Image with CodeBuild

In this demo we will see how to deploy a custom built Fargate container using CodeBuild

Jan 04, 2024 • Court Schuett
#CDK #Fargate #Automation
Using CDK to build a Fargate task with AWS Lambda integration

Using CDK to build a Fargate task with AWS Lambda integration

How to build a private Fargate task and connect to it with an AWS Lambda function using AWS CDK.

Dec 18, 2023 • Court Schuett
#CDK #Fargate #Lambda
Excluding files and directories from a CDK Bucket Deployment

Excluding files and directories from a CDK Bucket Deployment

When uploading files and directories during a CDK bucket deployment, `exclude` can be used. This samples shows how to use that feature.

Dec 14, 2023 • Court Schuett
#CDK #AWS #Storage
Deploy a simple EC2 Instance via Cloudformation

Deploy a simple EC2 Instance via Cloudformation

This Cloudformation template will deploy a simple EC2 instance to be used as a development server. Several common packages are included in the deployment and keys can be installed during deployment.

Oct 02, 2023 • Court Schuett
#AWS
Updated CDK Construct with Custom Resources

Updated CDK Construct with Custom Resources

CDK Constructs are a great way to create reusable and flexible code for yourself and others. projen makes it easy to create and publish the project. CDK Custom Resources are a way to do complex deployments and deploy AWS resources not native to CDK within a CDK. In this example, an AWS Lambda ...

Aug 28, 2023 • Court Schuett
#AWS #CDK #Custom Resource
Custom GitHub Action workflows with projen

Custom GitHub Action workflows with projen

This article will show you how to add custom GitHub Actions workflows with Projen

Aug 09, 2023 • Court Schuett
#Automation #GitHub
Building and Deploying a WebSocket server with Fargate and CDK

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.

Jul 31, 2023 • Court Schuett
#CDK #Fargate #AWS
Creating a React based WebSocket reader for KDS

Creating a React based WebSocket reader for KDS

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

May 09, 2023 • Court Schuett
#AWS #Streaming #API
← Newer Posts Page 5 of 8 Older Posts →

© 2025 subaud

Opinions and statements are my own.