Skip to content

Serverless project to implement a voicemail system utilising Amazon Connect call recordings

License

Notifications You must be signed in to change notification settings

KZNGroup/serverless-connect-voicemail

Repository files navigation

serverless-connect-voicemail

A Serverless Framework project containing lamba's used to enable of voicemail functionality using Amazon Connect call recoding functionality.

For more information on how this works with Amazon Connect, see the companion blog post for this project:
Creating a voicemail system with Amazon Connect Part 2

Development

Install the Serverless Framework.

Install project dependencies:

$ npm install

Customise the values in the custom.param section of serverless.yml.
Some changes to resource names in the resources section will probably also be needed.

Deployment

Parameter Store

The voicemail agent's login credentials need to be set manually in parameter store first:

/serverless-voicemail/agentLogin/ccpUsername
/serverless-voicemail/agentLogin/ccpPassword

Serverless deployment

Deploying using the serverless framework CLI:

$ AWS_PROFILE=YOUR_PROFILE_NAME serverless deploy -v --aws-s3-accelerate

About

Serverless project to implement a voicemail system utilising Amazon Connect call recordings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published