From a010261574d16457341b5bce55cd92aa14908462 Mon Sep 17 00:00:00 2001 From: Ashish Dhingra <67916761+ashishdhingra@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:18:03 -0700 Subject: [PATCH] chore: removed Community Posts section from PowerShell/README.md --- PowerShell/README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/PowerShell/README.md b/PowerShell/README.md index 277da2153..5b0ff29a3 100644 --- a/PowerShell/README.md +++ b/PowerShell/README.md @@ -53,27 +53,6 @@ New-AWSPowerShellLambdaPackage|Creates the Lambda deployment package that can be * [Deploying PowerShell-based Lambda with AWS CloudFormation](https://aws.amazon.com/blogs/developer/deploying-powershell-based-lambda-with-aws-cloudformation/) * [Creating a PowerShell REST API](https://aws.amazon.com/blogs/developer/creating-a-powershell-rest-api/) -### Community Posts - -* [AWS Lambda and PowerShell](https://www.yobyot.com/aws/lambda-powershell/2018/09/13/) - By Alex Neihaus - * Intro post for responding to S3 Events with PowerShell. -* [Creating a PowerShell Lambda-backed Custom Resource for AWS CloudFormation](https://ferrell.io/2018/09/17/powershell-lambda-fun/) - By Nate Ferrell -* [Writing PowerShell Core AWS Lambda Functions – Part I](http://www.powershell.amsterdam/2018/09/26/writing-powershell-core-aws-lambda-functions-part-i/) - By Tim Pringle - * A series creating an Amazon Lex bot connected to Facebook powered by PowerShell Lambda. - * Part 1 sets up the Facebook app. -* [Writing PowerShell Core AWS Lambda Functions – Part II](http://www.powershell.amsterdam/2018/10/02/powershell-core-aws-lambda-functions-part-ii/) - By Tim Pringle - * Part 2 sets up the dev environment and explain each of the available PowerShell Lambda cmdlets from the AWSLambdaPSCore module. -* [Writing PowerShell Core AWS Lambda Functions – Part III](https://www.powershell.amsterdam/2018/10/08/powershell-core-aws-lambda-functions-part-iii/) - By Tim Pringle - * Part 3 sets up the Lex 'bot, Messenger component, and introduces the event data that the PowerShell Lambda function will process. -* [Writing PowerShell Core AWS Lambda Functions - Part IV](https://www.powershell.amsterdam/2018/10/16/powershell-core-aws-lambda-functions-part-iv/) - By Tim Pringle - * Part 4 walksthrough writing the entire PowerShell Lambda function and testing it locally. -* [Writing PowerShell Core AWS Lambda Functions - Part V](https://www.powershell.amsterdam/2018/10/22/powershell-core-aws-lambda-functions-part-v/) - By Tim Pringle - * Part 5 concludes the series with the packaging and publishing of the PowerShell Lambda function to AWS and shows it in operation from Facebook. -* [AWS Lambda and PowerShell](https://4sysops.com/archives/aws-lambda-with-powershell/) - By Graham Beer - * Building Environment to create PowerShell AWS lambda's. Example of shutting down instances via tagging. -* [Automate the posts on Twitter using a AWS Lambda function and PowerShell](https://blog.victorsilva.com.uy/aws-lambda-powershell-twitter/) - By Victor Silva - * A way to send automated blog post on Twitter without “human” interaction using PowerShell AWS Lambda´s. - ### AWS Recorded Talks * [Unleash your PowerShell with AWS Lambda and Serverless Computing](https://www.youtube.com/watch?v=-CmIrrEYtLA) - PowerShell and DevOps Global Summit 2019 by Andrew Pearce * Introduces PowerShell language support in AWS Lambda, introduces event driven design patterns and demonstrates a PowerShell Serverless application using Amazon Simple Notification Service (SNS), Amazon Simple Queue Service (SQS) and Amazon API Gateway.