FreeRTOS / iot-reference-stm32u5

MIT License
43 stars 29 forks source link

provision.py: Fix aws account credential detection from args #75

Closed paulbartell closed 1 year ago

paulbartell commented 1 year ago

Add aws credential detection from environment if not specified in command line args.

Fix use of '-' rather than '_' for argument checks in AwsHelper.init

Tested with an AWS profile defined in ~/.aws/config and in the caller's environment variables.