Serverless deploy using AWS CodeCommit, CodeBuild and CodeDeploy

I’m looking ways to deploy my serverless application using AWS CodeDeploy. I have my code in CodeCommit and want to automate builds with CodeBuild and deploy using CodeDeploy. Is there any documentation for the set up?

I’m able to successfully build locally and deploy using serverless deploy (https://www.serverless.com/framework/docs/providers/aws/guide/deploying/). However, i’m looking for some direction on how to automate deployments using AWS CdoeDeploy using the artifacts build from the CodeCommit master branch.

Any help is appreciated !