Skip to content

Commit

Permalink
use node 18 and fix stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Sastre Cabot committed Dec 5, 2022
1 parent 52824c9 commit 1979168
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 899 deletions.
2 changes: 1 addition & 1 deletion cdk/mundiagua-image-processing-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class MundiaguaImageProcessingStack extends Stack {
"thumbnailGeneratorImage-" + this.props.stage,
{
memorySize: 512,
runtime: Runtime.NODEJS_16_X,
runtime: Runtime.NODEJS_18_X,
handler: "handler",
entry: path.join(__dirname, `/../src/images/generate-thumbnail.ts`),
timeout: Duration.seconds(30),
Expand Down
Loading

0 comments on commit 1979168

Please sign in to comment.