Andrew Pearce
Andrew Pearce
To confirm, you say you were trying to use `Invoke-WebRequest`, did you mean `Invoke-Command`? Are you able to post a sample of your code so we can see and aim...
I haven't had time to deep dive into this recently, however the previous guidance I've given is to focus on using Systems Manager Run Command (ie `ssm:SendCommand`) rather than trying...
@briantist very cool! Would be happy to include an example, or some flags to help deploy a function that supports PS remoting if you're able to share the details.
I'm not merging this pull request at this time. I'd like to not include PowerShell Module related layers in this repository moving forwards, so this repository can stay focused on...
Every time we try to go down this route for a pure Windows PowerShell build, the underlying Lambda layer is not formatted correctly. For example the `/opt/bootstrap` file won't be...
Thank you for the details. I will note that in both a Windows Workspace and a Windows EC2 Instance of mine, the above does not work from either PowerShell or...
For awareness from further testing, I think this error might have something to do with the `pwsh` binary, not the bootstrap file. In my Linux testing, after building the layer...
Found what I think the issue is, will test further across Windows, Linux, and PowerShell/Windows PowerShell to confirm. The `examples/demo-runtime-layer-function` which I'm testing with is telling the [PowerShell runtime build...
I've taken a few stabs at running through the details you've outlined, and both times I end up with execution errors. I have yet to get to the root of...
Noting from the Image Builder side we've pushed a change to make this easier by exposing two environment variables, `WORKING_DIRECTORY` and `IMAGE_BUILDER_DIRECTORY`. The following component will remove the `crontab_installed` file:...