We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f256a46 commit 81feb25Copy full SHA for 81feb25
packages/infra/cdk/notes-api.ts
@@ -18,7 +18,7 @@ export class NotesApi extends Construct {
18
const { table, grantActions } = props;
19
20
this.handler = new lambda.Function(this, "handler", {
21
- runtime: lambda.Runtime.NODEJS_16_X,
+ runtime: lambda.Runtime.NODEJS_18_X,
22
handler: "app.handler",
23
// ToDo: find a better way to pass lambda code
24
code: lambda.Code.fromAsset(`../backend/dist/${id}`),
0 commit comments