How to invoke a lambda after create/update in terraform?
I'm creating/updating a lambda function using terraform and I need to run it AFTER it is created or updated. I know there is a terraform data source aws_lambda_invocation
but it runs BEFORE the lambda function created/updated. Is there any way to achieve this in terraform?
from Recent Questions - Stack Overflow https://ift.tt/3eCy2Hg
https://ift.tt/eA8V8J
Comments
Post a Comment