Setting the Lambda function's trigger on Deployment

I am building out some Amazon Alexa voice services and the lambda functions that are used for this must have a “trigger” of “Alexa Skills Kit”. I can add it manually after deploying but it would be nice to capture this requirement in my serverless configuration so that any developer using the codebase will deploy it in a working state everytime without the need for manual configuration steps.

Is there a way to do this?

1 Like