aws configure get region
was indeed not returning anything though I set all the configs accordingly
`$ ./create-dev-stack.sh
Uploading template to s3://media-service-dist-2ef8f7ed180aa3b4fdd2/cloudformation/DEV/media-service-DEV-grid-user.template
upload: ../dev-template.json to s3://media-service-dist-2ef8f7ed180aa3b4fdd2/cloudformation/DEV/media-service-DEV-grid-user.template
Creating stack media-service-DEV-grid-user
A client error (ValidationError) occurred when calling the CreateStack operation: TemplateURL must reference a valid S3 object to which you have access.
`
yet it creates S3 bucket and uploads template into it. I see the bucket in my S3
source ./upload-template && echo $TEMPLATE_URL
return?
source ./upload-template.sh && echo $TEMPLATE_URL