gRPC Streaming Audio with Node
This demo will show you how to deploy and use a gRPC server and client to stream audio and use Amazon Transcribe to analyze the audio
When I stumble upon an unsolved or undocumented problem and solve it, I like to document it here.
This demo will show you how to deploy and use a gRPC server and client to stream audio and use Amazon Transcribe to analyze the audio
A CDK Pipeline example that will deploy a NextJS App on ECS
This demo will go through the steps to process a file with ffmpeg and stream the contents to KVS using Node.js
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.
In this demo we will see how to deploy a custom built Fargate container using CodeBuild
How to build a private Fargate task and connect to it with an AWS Lambda function using AWS CDK.
When uploading files and directories during a CDK bucket deployment, `exclude` can be used. This samples shows how to use that feature.
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.
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 ...
This article will show you how to add custom GitHub Actions workflows with Projen