aws-lambda-powershell-runtime
aws-lambda-powershell-runtime copied to clipboard
This new PowerShell custom runtime for AWS Lambda makes it even easier to run Lambda functions written in PowerShell to process events.
Would it be possible to add a walkthrough or example of how to add PowerShell modules, for example "Exchange Online PowerShell V3" module?
Resolves #22 Resolves #3 My original comment https://github.com/awslabs/aws-lambda-powershell-runtime/issues/22#issuecomment-1967776323 turned out to be partially wrong. It seems we can get remoting working quite nicely with Kerberos using only `PSWSMan`, which is...
I tied using the sample code and modified it to run some commands in the remote computer using invoke-web request. Test Inoke throws the following error { "errorType": "PSRemotingTransportException", "errorMessage":...
I am confused by the existence of this project. Is it a replacement for AWSLambdaPSCore? If so, why isn't this project formally documented in the AWS documentation as an alternative...
Hi there, When compiling the layers, i've started to get a lambda layer size issue when referencing the layers. i believe that this is caused to the PwshRuntimeLayer increasing in...
This is a feature request to see if it would be possible to write the process into a aws systems manager run command document so that it can be deployed.
*Issue #, if available:* *Description of changes:* Wanted to add an additional module for those who were wanting to see a non aws module example. By submitting this pull request,...
Provide an example for how to deploy the runtime using PowerShell (and only PowerShell).
Provide an example for how to deploy the runtime using the [AWS CDK](https://aws.amazon.com/cdk/).
*Issue #, if available:* *Description of changes:* Added support for arm64, shared runtimes. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...