From 272ab949a12c27d2704e72f9b83b2ab08363a738 Mon Sep 17 00:00:00 2001 From: Brian Olson Date: Sat, 18 Jan 2020 17:50:27 -0600 Subject: [PATCH] feat(communitypost): Adding my modular pwsh post --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 749d2546c..95cd018dd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ The table below shows the currently supported patch of each major version of .NE * Shows how to use the Serverless framework with .NET Core Lambda. * [Creating a Serverless Application with .NET Core, AWS Lambda and AWS API Gateway](https://www.jerriepelser.com/blog/dotnet-core-aws-lambda-serverless-application/) By Jerrie Pelser, April 2017 * Tutorial for building a Web API and **not** using ASP.NET Core. +* [Modular Powershell in AWS Lambda Functions](https://rollingwebsphere.home.blog/2020/01/18/aws-lambda-functions-with-modular-powershell/) By Brian Olson, January 2020 + * Tutorial for using modular powershell functions in AWS Lambda. ### AWS Recorded Talks * [Building a .NET Serverless Application on AWS](https://www.youtube.com/watch?v=TZUtB1xXduo) By Abby Fuller, Tara Walker and Nicki Klien 2018