Import Lambda option in AWS Toolkit for Visual Studio 2019

0

Hi I have been creating lambdas in AWS management console directly, but now would like to start using Visual Studio 2019. I have successfully connected my VS 2019 to AWS and see my lambda's displayed. However, I can't see the code or do not have an option to import it. Could you please assist me with this option?

NoImportLambdaOption

Thank you, Alexis

Alexis
asked a month ago205 views
1 Answer
0

Not sure if the AWS Toolkit supports this functionality. Even if it does, the appropriate way of working using Infrastructure as Code (IaC), e.g., the Serverless Application Model (SAM). This way you write your code, and you infrastructure, on your laptop. You can check it into your source control system and you can deploy it to multiple environments.

profile pictureAWS
EXPERT
Uri
answered a month 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