Is the CFN javascript module cfn-response available for use with lambdas written in node 18.x and the AWS SDK version 3

0

We would like to upgrade our inline nodejs lambdas to use the new sdk, but I'm not sure how/if the cfn-response.js can be used.

已提問 1 年前檢視次數 289 次
1 個回答
0

Hello,

You want to know CFN javascript module ‘cfn-response’ can be used or not in node 18.x and AWS SDK version 3. -> Yes, this module can also be available in node 18.x runtime. However, Please note that the method of loading the module used in the previous runtime should be modified well to match the node js 18.x runtime to avoid runtime error. Therefore, it is recommended to check whether the module import code works well as a test before use.

You can get more help from this document. https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/

I hope the information above helps you.

Thanks and regards,

profile pictureAWS
Junho_J
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南