<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://vwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Installation_%28AWS_PowerShell%29</id>
	<title>Installation (AWS PowerShell) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://vwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Installation_%28AWS_PowerShell%29"/>
	<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Installation_(AWS_PowerShell)&amp;action=history"/>
	<updated>2026-05-29T21:09:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>http://vwiki.co.uk/index.php?title=Installation_(AWS_PowerShell)&amp;diff=2694&amp;oldid=prev</id>
		<title>Sstrutt: Created page with &quot;If installing into Windows you must perform this in PowerShell Core (not Windows PowerShell, see Installation (PowerShell Core) for further info).  Installing the AWSPower...&quot;</title>
		<link rel="alternate" type="text/html" href="http://vwiki.co.uk/index.php?title=Installation_(AWS_PowerShell)&amp;diff=2694&amp;oldid=prev"/>
		<updated>2018-10-23T07:56:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;If installing into Windows you must perform this in PowerShell Core (not Windows PowerShell, see &lt;a href=&quot;/Installation_(PowerShell_Core)&quot; title=&quot;Installation (PowerShell Core)&quot;&gt;Installation (PowerShell Core)&lt;/a&gt; for further info).  Installing the AWSPower...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If installing into Windows you must perform this in PowerShell Core (not Windows PowerShell, see [[Installation (PowerShell Core)]] for further info).  Installing the AWSPowerShell.NetCore module requires an elevated admin session in Windows, or sudo/root in Linux.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;powershell&amp;quot;&amp;gt;&lt;br /&gt;
Install-Module AWSLambdaPSCore -Scope CurrentUser&lt;br /&gt;
Install-Module AWSPowerShell.NetCore&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then to load the AWS PowerShell Cmd-Lets into the current session use the following...&lt;br /&gt;
&amp;lt;source lang=&amp;quot;powershell&amp;quot;&amp;gt;&lt;br /&gt;
Import-Module AWSPowerShell.NetCore &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setup .NET Core ===&lt;br /&gt;
Only required if you want to create Lambda functions using PowerShell Core.  The &amp;#039;&amp;#039;.NET Core 2.1 SDK&amp;#039;&amp;#039; is necessary for you to be able to deploy PowerShell scripts to Lambda as .NET Core packages.  Installation varies between OS distributions, go to  https://www.microsoft.com/net/download and follow the appropriate instructions to install .NET Core SDK.&lt;br /&gt;
&lt;br /&gt;
Note that for Linux it is likely that you have already added the Microsoft repository and key to system in order to be able to install PowerShell Core, for example to install on Ubuntu 16.04 LTS, perform the following...&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
apt install dotnet-sdk-2.1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:AWS PowerShell]]&lt;/div&gt;</summary>
		<author><name>Sstrutt</name></author>
	</entry>
</feed>