Skip to content

Commit

Permalink
Don't need to set this as it exists environmentally
Browse files Browse the repository at this point in the history
  • Loading branch information
sihil committed Oct 1, 2020
1 parent 47b9042 commit 1e29d6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions s3watcher/lambda/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ import { createLogger } from "./lib/Logging"
import { importImage } from "./lib/GridApi"

const envConfig = readConfig()
const logger = createLogger({
app: envConfig.app,
stack: envConfig.stack,
stage: envConfig.stage,
})
const logger = createLogger({})

const credentials = envConfig.isDev
? new AWS.SharedIniFileCredentials({ profile: envConfig.profile })
Expand Down

0 comments on commit 1e29d6d

Please sign in to comment.