Soldato
Daily we shut down our environments using lambda.
Is it possible to send an email prior with a clickable link that when clicked would cancel the execution of this shutdown event?
I'm thinking API gateway might have a role to play but I doubt it's possible to cancel a scheduled lambda.
What about if it polls an sqs queue or something which if it contains a certain message it will not run the lambda.
The message in the sqs would obviously be there by virtue of the clickable link in the email.
Is it possible to send an email prior with a clickable link that when clicked would cancel the execution of this shutdown event?
I'm thinking API gateway might have a role to play but I doubt it's possible to cancel a scheduled lambda.
What about if it polls an sqs queue or something which if it contains a certain message it will not run the lambda.
The message in the sqs would obviously be there by virtue of the clickable link in the email.