Hi there, I am in the process of deploying my lambda function onto AWS but getting the following error.
Serverless Error ----------------------------------------
Could not locate deployment bucket. Error: AWS profile “saml” doesn’t seem to be configured
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information ---------------------------
Operating System: win32
Node Version: 14.4.0
Framework Version: 2.35.0 (standalone)
Plugin Version: 4.5.3
SDK Version: 4.2.2
Components Version: 3.8.2
Note: I have already set up my credentials file with just 1 account as default. I am able to run all the AWS commands without use of --profile but for some reason Serverless isn’t working. Can someone please help with this? Thank you