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
質問済み 2ヶ月前212ビュー
1回答
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
エキスパート
Uri
回答済み 1ヶ月前

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

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

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

関連するコンテンツ