Using Alpakka connectors in AWS Lambda

Hi, I have a question about using akka with AWS Lambda. Couldn’t find enough info about this. Is it common to use the alpakka connectors (for Kinesis reads and DynamoDB writes) in an AWS lambda function?
I am concerned about writing my lambda function as an akka/scala package as it may be too large with various dependencies.
Are there any caveats or recommendations? Thanks.