Skip to content

Commit 43088ae

Browse files
shaftoealexanderATplato
authored andcommitted
fix: update Lambda name
1 parent f6e8701 commit 43088ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ const version = require('child_process')
22
.execSync('git rev-parse HEAD')
33
.toString().trim()
44
const vars = {
5-
LAMBDA_NAME: "notifications-notificationslambdamailjetF3B685B6-1979LDYKMT4WK",
5+
LAMBDA_NAME: "notifications-notificationslambdamailjetF3B685B6-uBqHEo0igou8",
66
LAST_UPDATE: new Date().toISOString(),
7-
REGION: "us-east-2",
7+
REGION: "us-east-1",
88
VERSION_COMMIT: `https://github.com/shaftoe/webmail/commit/${version}`,
99
VERSION: version,
1010
}

0 commit comments

Comments
 (0)