I have a published Alexa Skill that I want to configure with provisioned concurrency. I have tried to create a new version and assign the new Alexa Skill trigger to the Skill's endpoint in the Alexa developer console and I have tried creating a new alias and assign its Alexa Skill trigger to the Skill's endpoint in Alexa Skill developer console, but each time I get the below error:
The trigger setting for the Lambda arn:aws:lambda:us-east-1:1234567890123:function:MyFunction:1 is invalid. Error code: SkillManifestError
I have tried running the "validation" function under certification tab in the Alexa Skill developer console and I have tried re-uploading the function's code to the Lambda function.
What are the required steps to add provisioned concurrency to a published Alexa Skill?