Skip to content

Commit

Permalink
Reroll lambdas (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeki authored Nov 7, 2023
1 parent 958356c commit 0ffabf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/stacks/routing-dashboard-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ export class RoutingDashboardStack extends cdk.NestedStack {
],
region: region,
title: 'Routing Lambda Provisioned Concurrency',
stat: 'p99',
stat: 'Maximum',
},
},
{
Expand Down
1 change: 0 additions & 1 deletion lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export abstract class InjectorSOR<Router, QueryParams> extends Injector<
const dependenciesByChainArray = await Promise.all(
_.map(SUPPORTED_CHAINS, async (chainId: ChainId) => {
const url = process.env[`WEB3_RPC_${chainId.toString()}`]!

if (!url) {
log.fatal({ chainId: chainId }, `Fatal: No Web3 RPC endpoint set for chain`)
return { chainId, dependencies: {} as ContainerDependencies }
Expand Down

0 comments on commit 0ffabf3

Please sign in to comment.