Jeremy Chou
Results
3
comments of
Jeremy Chou
trafficstars
+1 We're seeing the same thing. It looks like it's creating a new role for each lambda (Default, API, Image), and so with each deployment, we see 3 new IAM...
Workaround that seems to work is upon 1st deployment, let it create the new IAM roles. Then identify the **roleArn** and specify it in the serverless.yml file like what @erdemy...
Also reported here - https://github.com/serverless-nextjs/serverless-next.js/issues/1698