Skip to content

Commit

Permalink
chore: add JWT to section manager lambda infra (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetto authored Feb 18, 2025
1 parent 48d73f7 commit fd2dc57
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@ export class SectionManagerSQSLambda extends Construct {
// only one instance of this function can be running at a given time
reservedConcurrencyLimit: 1,
environment: {
REGION: this.vpc.region,
SENTRY_DSN: this.getSentryDsn(),
// TODO: we will implement the JWT stuff in MC-1644
// JWT_KEY: `${config.name}/${config.environment}/JWT_KEY`,
ENVIRONMENT: environment,
JWT_KEY: `${config.name}/${config.environment}/JWT_KEY`,
NODE_ENV: environment,
// TODO: we are in limbo with our data pipeline strategy. keeping
// this here in case we stay with snowplow
// SNOWPLOW_ENDPOINT: config.envVars.snowplowEndpoint,
REGION: this.vpc.region,
SENTRY_DSN: this.getSentryDsn(),
},
// why do we have `ignoreEnvironmentVars`?
// 2025-01-15
Expand Down

0 comments on commit fd2dc57

Please sign in to comment.