I have an already existing AWS lambda function whose trigger event is any updates to a particular S3 bucket. I need to run this S3 input through some R scripts. The runtime is node.js and other events depend on this being a node.js configuration. The scripts I need to run must be in R because other languages aren't suitable.
How to I get the R scripts to run from this node.js lambda function?
- Event type: All object create events
- Runtime: Node.js 14.x