sumantapakira
sumantapakira
I have added basePath in next.config.js as "/my-app". And after when I deploy the app then getting this error- `[31m│[0m [0m [31m│[0m [0m[0m with module.tf_next.aws_iam_role.lambda["my-app/__NEXT_PAGE_LAMBDA_0"], [31m│[0m [0m on ../original_source/iam.tf line...
I am following these steps: https://github.com/milliHQ/terraform-aws-next-js/tree/main/examples/complete 1. yarn create next-app --example https://github.com/milliHQ/terraform-aws-next-js/tree/main/examples/complete my-app 2. cd my-app 3. yarn tf-next or npm run tf-nex After getting this error- yarn run v1.22.15...