News

AWS Lambda Adds PowerShell Core 6.0 Support

Amazon Web Services Inc. added support for PowerShell Core 6.0 to its AWS Lambda service.

Lambda is the Amazon cloud's event-driven, serverless computing platform, automatically triggering code to be executed and managing the needed resources for that execution, typically in response to events.

The AWS cloud is continually adding support for developer options in Microsoft's .NET world, and this latest move targets PowerShell -- a task-based command-line shell and scripting language -- running on Microsoft's .NET Core 2.1 runtime.

PowerShell Core 6.0, a new cross-platform edition of the product, was announced early this year. This open source offering works on Windows, macOS, and Linux and is specifically built to work in heterogeneous environments and hybrid clouds.

.NET Core is Microsoft's modern, modular implementation of .NET, also cross-platform and open source

"As a PowerShell developer, you can manage your AWS resources and craft rich automation scripts from within the PowerShell environment using AWS Lambda," AWS announced earlier this month.

"You can use any of the available PowerShell cmdlets or develop your own when authoring your serverless functions. To get started, simply download the AWS Lambda Tools for PowerShell module from PowerShell Gallery. It includes project templates for PowerShell-based serverless applications as well as tools to publish projects to AWS."

More information on setting up a development environment, creating a PowerShell based Lambda script and more in the context an example use case is provided here.

Also, AWS just yesterday published more guidance, titled "Creating a PowerShell REST API."

"With the recent AWS Lambda support for PowerShell, it's now easy to make web APIs with Amazon API Gateway that execute your PowerShell scripts," the new documentation states.

Yet more documentation is also available, titled "Programming Model for Authoring Lambda Functions in PowerShell."

PowerShell support is available in all AWS regions where Lambda is available.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube