text changes and remove infra folder
This commit is contained in:
@@ -18,7 +18,7 @@ function getAWSCredentials() {
|
||||
*/
|
||||
function getAWSConfig() {
|
||||
const config = {
|
||||
region: process.env.AWS_REGION || "us-east-1",
|
||||
region: process.env.AWS_REGION,
|
||||
};
|
||||
|
||||
const credentials = getAWSCredentials();
|
||||
|
||||
Reference in New Issue
Block a user