aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
110 stars 29 forks source link

No option to create an AWS Lambda Node.js project on Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.10.1 #426

Closed MLNR closed 5 months ago

MLNR commented 5 months ago

Describe the bug

Missing the feature to create AWS Lambda Node.js project on Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.10.1 and Microsoft Visual Studio Professional 2022 (64-bit) - Preview Version 17.11.0 Preview 1.1

To Reproduce

Go to File/New/Project Select Languages-JavaScript Select Platforms-AWS

Expected behavior

There should be an option to create AWS Lambda Function Project (Node.js)

Screenshots

VS2022

Toolkit Logs

log_2024-06-09_01-15-43_844.txt

Development System (please complete the following information):

Additional context

awschristou commented 5 months ago

Hi @MLNR , starting with version 1.50.0.0 of the Toolkit, we have removed support for deploying Node related Lambda functions from the AWS Toolkit for Visual Studio (and the accompanying project templates). This is mentioned in the changelog, and has been discussed in https://github.com/aws/aws-toolkit-visual-studio/issues/286.

Please see https://github.com/aws/aws-toolkit-visual-studio/issues/286#issuecomment-2030555106 for AWS Toolkits in other IDEs that can help you develop NodeJS based lambda functions.