Setting up the codepipeline for an AWS Lambda application #1783
tentree-development
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am setting up aws codepipeline and need to fire putJobSuccessFresult so pipeline can finish the deployment task.
Currently I can't call this event so it hangs and times out eventually. I thought I can just call there("/Here I can fire putJobSuccessResult" but it not working. Most importantly I am getting this the error message. From my understanding I won't be able to push my code using codepipeline? Can you give me some advice?
=========serverless.yml=========
====index.php======
Beta Was this translation helpful? Give feedback.
All reactions