Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bergjaak committed May 30, 2024
1 parent 2732c24 commit 86c345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-lambda-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ await esbuild

then you could use `build.mjs` in a cdk construct as follows:

```ts
```
export class ExampleStack extends Stack {
public constructor(scope: Construct, id: string, props?: StackProps) {
super(scope, id, props);
Expand Down

0 comments on commit 86c345b

Please sign in to comment.