This message was deleted.
# aws
s
This message was deleted.
c
worked it out..
const awsRegion = new Config("aws").require("region");
b
That's correct. We namespace the config, so region is under the "aws" namespace. If you do
const config = new Config();
then it defaults to the namespace matching the name of the project
👍 1
c
thanks for confirming @brave-planet-10645