Serverless application deploy issue

Hello, everyone.
Hope you are doing well.
Currently I am working on a serverless project version upgrade.
I have updated current project’s nodejs version from 16.x to 20.x and also updated serverless version from 2.x to 3.x.
Of course updated other dependencies also.
After this update, if I run the project in offline mode, it works well.
Btw when I try to deploy this project to AWS lambda, I face this issue:

Error:
UPDATE_FAILED: productSync (AWS::SQS::Queue)
Resource handler returned message: "The name of a FIFO queue can only include alphanumeric characters, hyphens, or underscores,
must end with .fifo suffix and be 1 to 80 in length.

I tried to solve this with GPT btw all recommendation from it are not working.
If anyone knows the solution, please kindly reply me.
Hope to get a guidance from an expert.
Thanks in advance.