I have a use case where I needed to pass in a script argument to a BASH
script as specified in the scriptUri
of the ShellCommandActivity
. The AWS
documentation here mentiones that The scriptArgument can only be used with command; Using it with scriptUri causes an error.
.
But looking at the SO post here it appears to be possible, has anyone else tried this before and got it working for you?