I am in the middle of setting code pipeline using code deploy in AWS for deploying lambda a function. I have created an application in codedeploy and using this application I have created a deployment in codedeploy for my lambda function and it was in successful status. And using this codedeploy application, I have created an aws pipeline with Source stage containing the path of my code jar file in S3 bucket. And I have Deploy stage in the pipeline using codedeploy for which the input artifact is the output artifact from Source stage. Pipeline succeed with the Source stage but whenever it reached the Deploy stage, it failed and the pipeline showed Internal Error only - no more information. I am having hard time to find the actual reason of the failure. Could someone please help?
2
votes