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年前290ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ