I am trying to do setup of moon mail following this https://github.com/microapps/MoonMail
I have successfully done these step
npm install
cd events/
npm install
cd ../api/
npm install
Initialize the Serverless project:
sls project init -c -n your-lower-case-project-name
I also added the file s-variables-<stage>-<region> where stage is the stage of my serverless i.e prod and region is us-west-2
When I run this command
sls resources deploy
I face these errors
I have already added the default variables into the s-variables-<stage>-<region>
file but still the warning is being shown for these variables.
Any solution to this?