Update Readme for S3-Lamda & reorganize Tools
This commit is contained in:
Родитель
8f9d46c6b1
Коммит
dcd2b2ba40
|
@ -4,9 +4,9 @@ This Lambda function is desgined to read S3 Files on upload and send them to Azu
|
||||||
## Deployment
|
## Deployment
|
||||||
### Machine Setup
|
### Machine Setup
|
||||||
To deploy this, you will need a machine prepared with the following:
|
To deploy this, you will need a machine prepared with the following:
|
||||||
- PowerShell Core – I recommend PowerShell 7 found here
|
- PowerShell Core – I recommend PowerShell 7 [found here](https://github.com/PowerShell/PowerShell/releases)
|
||||||
- .Net Core 3.1 SDK found here
|
- .Net Core 3.1 SDK [found here](https://dotnet.microsoft.com/download)
|
||||||
- AWSLambdaPSCore module – You can install this either from the PowerShell Gallery, or you can install it by using the following PowerShell Core shell command:
|
- AWSLambdaPSCore module – You can install this either from the [PowerShell Gallery](https://www.powershellgallery.com/packages?q=AWSLambdaPSCore), or you can install it by using the following PowerShell Core shell command:
|
||||||
```powershell
|
```powershell
|
||||||
Install-Module AWSLambdaPSCore -Scope CurrentUser
|
Install-Module AWSLambdaPSCore -Scope CurrentUser
|
||||||
```
|
```
|
||||||
|
|
Загрузка…
Ссылка в новой задаче