basselabbara
basselabbara
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....
### Description sls deploy only works when I remove serverless-plugin-optimize from serverless.yaml ### Service configuration (serverless.yml) content ```yaml service: nest-serverless-lambda plugins: - 'serverless-plugin-typescript' - serverless-plugin-optimize - serverless-offline provider: name: aws...