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 ada0d5b commit 3bd653aCopy full SHA for 3bd653a
packages/infra/cdk/notes-api.ts
@@ -19,7 +19,7 @@ export class NotesApi extends cdk.Construct {
19
const { table, grantActions } = props;
20
21
this.handler = new lambda.Function(this, "handler", {
22
- runtime: lambda.Runtime.NODEJS_12_X,
+ runtime: lambda.Runtime.NODEJS_14_X,
23
handler: "app.handler",
24
// ToDo: find a better way to pass lambda code
25
code: lambda.Code.fromAsset(`../backend/dist/${id}`),
0 commit comments