DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
39 stars 9 forks source link

Added check for existing aws account before warning #872

Closed commit111 closed 2 days ago

commit111 commented 1 week ago

Description

Added a check to see if AWS credentials can be found in config (not whether they are valid), as opposed to just checking for env vars, before printing the warning that "AWS environment variables are not set"

Linked Issues

Fixes #850

Checklist