domagojk / serverless-console

33 stars 8 forks source link

Where and how too setup aws credentials ? I use variable environement for my code it work, but for serverless idk. #42

Closed PrincesseLulu closed 3 years ago

domagojk commented 3 years ago

You need to have AWS credentials file, which is usually set up with aws cli

If you prefer UI solution, you can do it with AWS toolkit extension for vs code and then when you try to connect to AWS you should get this kind of promt:

Screen Shot 2021-05-17 at 10 42 28

After setting up your profile you can use it in serverless console extension