Working on creating an AWS serverless lambda function using Intellij as my IDE. After installing all the pre-requisite programs (AWS CLI V2, AWS SAM CLI, docker, and AWS Toolkit for Intellij), I opened up Intellij and went to configure the Settings -> Tools -> AWS settings:
- SAM CLI executable
- cloud-debug CLI executable
I have searched all over and cannot find what the exact executable should be for these two. I did notice that there are two new entries in my PATH variable so I am assuming it's something in one of these two paths:
- C:\Programming\Amazon\AWSCLIV2\
- C:\Programming\Amazon\AWSSAMCLI\bin
Any help would be greatly appreciated.