You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PowerShell/README.md
-21Lines changed: 0 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,27 +53,6 @@ New-AWSPowerShellLambdaPackage|Creates the Lambda deployment package that can be
53
53
*[Deploying PowerShell-based Lambda with AWS CloudFormation](https://aws.amazon.com/blogs/developer/deploying-powershell-based-lambda-with-aws-cloudformation/)
54
54
*[Creating a PowerShell REST API](https://aws.amazon.com/blogs/developer/creating-a-powershell-rest-api/)
55
55
56
-
### Community Posts
57
-
58
-
*[AWS Lambda and PowerShell](https://www.yobyot.com/aws/lambda-powershell/2018/09/13/) - By Alex Neihaus
59
-
* Intro post for responding to S3 Events with PowerShell.
60
-
*[Creating a PowerShell Lambda-backed Custom Resource for AWS CloudFormation](https://ferrell.io/2018/09/17/powershell-lambda-fun/) - By Nate Ferrell
61
-
*[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
62
-
* A series creating an Amazon Lex bot connected to Facebook powered by PowerShell Lambda.
63
-
* Part 1 sets up the Facebook app.
64
-
*[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
65
-
* Part 2 sets up the dev environment and explain each of the available PowerShell Lambda cmdlets from the AWSLambdaPSCore module.
66
-
*[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
67
-
* Part 3 sets up the Lex 'bot, Messenger component, and introduces the event data that the PowerShell Lambda function will process.
68
-
*[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
69
-
* Part 4 walksthrough writing the entire PowerShell Lambda function and testing it locally.
70
-
*[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
71
-
* Part 5 concludes the series with the packaging and publishing of the PowerShell Lambda function to AWS and shows it in operation from Facebook.
72
-
*[AWS Lambda and PowerShell](https://4sysops.com/archives/aws-lambda-with-powershell/) - By Graham Beer
73
-
* Building Environment to create PowerShell AWS lambda's. Example of shutting down instances via tagging.
74
-
*[Automate the posts on Twitter using a AWS Lambda function and PowerShell](https://blog.victorsilva.com.uy/aws-lambda-powershell-twitter/) - By Victor Silva
75
-
* A way to send automated blog post on Twitter without “human” interaction using PowerShell AWS Lambda´s.
76
-
77
56
### AWS Recorded Talks
78
57
*[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
79
58
* 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.
0 commit comments