- Run
sbt assembly
- Create new lambda function in AWS console
- In console, upload
target/scala-2.12/sentimentalist-assembly-0.1.0-SNAPSHOT.jar
to new lambda - In console, set 'Handler' field to
sentimentalist.lambda.BatchSentimentAnalystLambda::handle
The execution role of the lambda will need access to the Comprehend
and S3
services.