Check if resource already exists or not using serverless

421 Views Asked by At

I want to add if else condition in Serverless where I want to check if a particular resource (eg. AWS WAF)exists or not.

I am using serverless-plugin-ifelse

I want to know if it is possible to do this and how should I approach this. Please feel free to give any examples related to if-else and WAF

0

There are 0 best solutions below