amazon-connect/amazon-connect-chat-ui-examples

Update startChatContactAPI - ChatSDK.zip runtime

taylanu opened this issue · 2 comments

Issue:
Current runtime of ChatSDK Lambda layer is Node.JS 14.x
Location: /cloudformationTemplates/startChatContactAPI/ChatSDK.zip

Solution:

  • Review ChatSDK.zip Lambda layer, update codebase to Node.JS 16.x
  • Update CloudFormation template to Node.JS 16.x runtime for the AWS Lambda layer.

Reason:
Node.JS 14.x entered EOL April 30th, 2023.

  • It is no longer receiving security updates and is no longer being maintained.
  • Node.JS 14.x is still supported by AWS Lambda, but many companies have announced deprecation for the runtime.

Source: https://github.com/nodejs/release#release-schedule

Hi @taylanu, thanks for the flag. We are working on upgrading to NodeJS 18.x!

CloudFormation.yaml has been updated, stack can now be deployed after changes raised in #124