Finalize Deploy Hook not working #259
Unanswered
tnorlund-dsc
asked this question in
Q&A
Replies: 2 comments
-
@tnorlund-dsc are you using any particular plugins? Is it just the ECHO that's not working and where are you expecting the ECHO to go? On screen when deploy finishes or in cloudwatch logs? etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is an article here: https://stackoverflow.com/questions/52525042/invoke-a-lambda-function-with-deployment-using-serverless-framework this uses the serverless-plugins-scripts plugin and has a slightly different syntax than what you posted above. It's not something I've done before though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to get something to run after a
serverless deploy
. Can't get it to work using theafter:deploy:finalize
tag. Is there something else I need to add to the "serverless.yml" file?serverless.yml
Beta Was this translation helpful? Give feedback.
All reactions