Here’s another short episode I did on the vBrownBag YouTube channel talking about what I’ve learned about writing PowerShell for AWS Lambda. 00:28 A quick overview of PowerShell & AWS Lambda đź’Ş 01:07 Anatomy of a PowerShell Lambda function 01:35 Setting up a development environment 03:00 AWSLambdaPSCore modules 03:42 Packaging a PowerShell module 04:19 Handling […]
PowerShell
Part 6 of “What’s in the bag?” Behind the scenes at vBrownBag.com
In Part 5 of this series, I covered Google OAuth with PSAuthClient and decrypting AWS Lambda environment variables. In this post, I’d like to cover some code for the WordPress REST API and RSS XML updates. In the previous iteration of the Meatgrinder process, new posts were added by email. However, I didn’t like the […]
Part 5 of “What’s in the bag?” Behind the scenes at vBrownBag.com
Part 4 of this series covered orchestration of the AWS Lambda function using AWS Step Functions & EventBridge. In this post, I’d like to cover Google OAuth with PSAuthClient, decrypting AWS Lambda environment variables, and more. Google OAuth with PSAuthClient Some quick introductory info: there are two ways of authenticating with the YouTube data API. […]
Part 4 of “What’s in the bag?” Behind the scenes at vBrownBag.com
In Part 3 of this series, I covered the development environment & tools. In this installment, I’d like to show you how I’ve decided to orchestrate the workflow around the Lambda function. You may also want to review the overall process in Part 2, as I’ll be referring to how I decided to implement the […]
Part 3 of “What’s in the bag?” Behind the scenes at vBrownBag.com
In Part 2, we covered the Meatgrinder process flow. In this post, we’ll cover the development environment and change management tools. I decided to write this Lambda function on my Windows 11 machine because I’d started this effort by writing code to “catch up” the website & the podcast RSS file, and naively thought that […]