From a491126e6a7a9f5003aa9e6e8b5e452d4c34eac9 Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Fri, 22 Mar 2019 10:41:29 -0300 Subject: [PATCH] add a new community post --- PowerShell/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PowerShell/README.md b/PowerShell/README.md index ea478dfdc..f3ccf1821 100644 --- a/PowerShell/README.md +++ b/PowerShell/README.md @@ -71,3 +71,5 @@ New-AWSPowerShellLambdaPackage|Creates the Lambda deployment package that can be * 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.