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

subaud

When I stumble upon an unsolved or undocumented problem and solve it, I like to document it here.

Using a Typescript Lambda as a CDK Construct Custom Resource

Using a Typescript Lambda as a CDK Construct Custom Resource

An update to the previous CDK Construct Custom Resource post. This time we will be using Typescript instead of JavaScript for the Lambda function.

Dec 04, 2022 • Court Schuett
#AWS #CDK #Custom Resource
Deploying a Python Lambda with Requirements using CDK

Deploying a Python Lambda with Requirements using CDK

This article will show you how to deploy a Python Lambda function with additional dependencies using CDK

Nov 10, 2022 • Court Schuett
#CDK #AWS #Lambda
Using CDK to build an RDS database with AWS Lambda integration

Using CDK to build an RDS database with AWS Lambda integration

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

Nov 06, 2022 • Court Schuett
#CDK #Database
Using PyGitHub to Manage and Track GitHub Repositories

Using PyGitHub to Manage and Track GitHub Repositories

If you need to modify the keys of a Python dictionary, a recursive function can be a useful way to work through the entire dictionary. This [gist](https://gist.github.com/schuettc/3875da7458e3573646599e70b7b17a61) is an example of how to do that.

Oct 10, 2022 • Court Schuett
#GitHub
snake_to_PascalCase

snake_to_PascalCase

A twist on the previous [Recursively Modify Python Dictionary](/content/blog/recursively-modify-python-dictionary.md), this function will modify a Python dictionary to convert snake_case keys to PascalCase keys.

Oct 09, 2022 • Court Schuett
Deploying a NextJS SSR Application to Amplify

Deploying a NextJS SSR Application to Amplify

[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...

Oct 02, 2022 • Court Schuett
#CDK #Automation #AWS
Create AMI CDK Construct

Create AMI CDK Construct

Creating an [AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html) (Amazon Machine Image) can be done via the AWS Console. It can also be created via AWS CLI or SDKs. This CDK Construct will assist with the creation of an AMI as part of a [CDK](https://aws.amazon.com/cdk/) deploym...

Jun 12, 2022 • Court Schuett
#CDK #AWS
Recursively Modify Python Dictionary

Recursively Modify Python Dictionary

If you need to modify the keys of a Python dictionary, a recursive function can be a useful way to work through the entire dictionary. This [gist](https://gist.github.com/schuettc/3875da7458e3573646599e70b7b17a61) is an example of how to do that.

May 18, 2022 • Court Schuett
A CDK Construct for Importing Amazon Lex Bots

A CDK Construct for Importing Amazon Lex Bots

To add on to the previous [article](https://subaud.io/importing-an-amazon-lex-bot-with-cdk/) that described how to import an Amazon Lex Bot with CDK, I have created a [CDK Construct](https://constructs.dev/packages/cdk-lex-zip-import/v/0.0.4?lang=typescript) that you can import and use in your ow...

Apr 24, 2022 • Court Schuett
#CDK #AWS
Importing an Amazon Lex Bot with CDK

Importing an Amazon Lex Bot with CDK

Amazon Lex Bots are a way to use natural language conversational interfaces that can be used through a variety of integrations such as Facebook and Slack. A Lex Bot can be built and deployed through the AWS console. However, it can also be deployed by CDK, Cloudformation, or SDK. In this post,...

Apr 04, 2022 • Court Schuett
#CDK #AWS
← Newer Posts Page 6 of 7 Older Posts →

© 2025 subaud

Opinions and statements are my own.