is there ANY way to execute aws-cli inside AWS Lambda?
It doesn\'t seem to be pre-installed.
(I\'ve checked with \"which aws\" via Node.js child-process, and it didn\'t exis
I think that you should separate your trigger logic from the action.
Put a container with aws cli on another ec2 And use aws lambda to trigger that into an action.