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.

asked a year ago274 views
1 Answer
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,

AWS
Junho_J
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions