Skip to content

Commit

Permalink
test node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Jun 7, 2024
1 parent f4b8664 commit b4fa97f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ export class BalancerPoolsAPI extends Stack {
const getPoolLambda = new NodejsFunction(this, 'getPoolFunction', {
entry: join(__dirname, 'src', 'lambdas', 'get-pool.ts'),
...nodeJsFunctionProps,
runtime: Runtime.NODEJS_18_X,
bundling: undefined,
});
const getPoolsLambda = new NodejsFunction(this, 'getPoolsFunction', {
entry: join(__dirname, 'src', 'lambdas', 'get-pools.ts'),
Expand Down

0 comments on commit b4fa97f

Please sign in to comment.