Upgrade from 1.26 to 1.30

When I try to deploy to AWS I get the following error. It only started happening when I upgraded to Serverless version 1.30. I’m running Core 2.0.
image

Enable the SLS_DEBUG=* by running export SLS_DEBUG=* and then run it again. I suspect that there is a new limitation introduced to one of your configurations in your serverless.yml file. If that doesn’t help you solve it, please post the results here.

I apologize for my lack of knowledge but where do I enable SLS_Debug=*? I created a powershell script to handle the packaging and deployment to AWS so I don’t know where to do it.

You can do that right in your terminal. Or perhaps add that to your powershell script.