Installing the AWS Toolkit for Visual Studio Code

https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/welcome.html

Installing the AWS Toolkit for Visual Studio Code

This section describes how to install the AWS Toolkit for Visual Studio Code.

Prerequisites

Required

Before you can install the Toolkit for VS Code, you must have the following:

  • An Amazon Web Services account – To obtain an AWS account, go to the AWS home page. Choose Create an AWS Account, or Complete Sign Up (if you‘ve visited the site before). Signing up enables you to use all of the services that AWS offers.
  • A supported operating system – The Toolkit for VS Code is supported on Windows, Linux, and macOS.
  • The relevant SDK for the language that you want to use. You can download from the following links, or use your favorite package manager:
  • VS Code version 1.31.1 or later – We try to keep the Toolkit for VS Code current with the default version that‘s available on the VS Code download page.

Optional

Before you can use certain features of the Toolkit for VS Code, you must have the following:

  • AWS SAM CLI – This is an AWS CLI tool that helps you develop, test, and analyze your serverless applications locally. This isn‘t required for installing the toolkit. However, we recommend that you install it (and Docker, described next) because it‘s required for any AWS Serverless Application Model (AWS SAM) functionality, such as Creating a Serverless Application.

    For more information, see Installing the AWS SAM CLI in the AWS Serverless Application Model Developer Guide.

  • Docker – The AWS SAM CLI requires this open-source software container platform. For more information and download instructions, see Docker.

Install the Toolkit for VS Code

  1. Start the VS Code editor.
  2. In the Activity Bar on the side of the VS Code editor, choose the Extensions icon. This opens the Extensions view, which allows you to access the VS Code Marketplace.

  3. In the search box for Extensions, search for AWS Toolkit for Visual Studio Code. Choose the entry to see its details in the right pane.
  4. In the right pane, choose Install.
  5. Once installed, if you‘re prompted to restart the editor, choose Reload Required to finish installation.

After you install the Toolkit for VS Code, you should configure your AWS credentials to enable you to access your AWS resources from within VS Code.

原文地址:https://www.cnblogs.com/cloudrivers/p/11528600.html

时间: 2024-08-04 10:50:28

Installing the AWS Toolkit for Visual Studio Code的相关文章

在linux系统中安装VSCode(Visual Studio Code)

1.从官网下载压缩包(话说下载下来解压就直接可以运行了咧,都不需要make) 访问Visual Studio Code官网 https://code.visualstudio.com/docs?dv=linux64 我是64位的: wget https://az764295.vo.msecnd.net/stable/7ba55c5860b152d999dda59393ca3ebeb1b5c85f/code-stable-code_1.7.2-1479766213_amd64.tar.gz 2.解

安装GO语言环境之安装Visual Studio Code插件

在安装Visual Studio Code插件的时候,由于谷歌的限制,在下载下列插件的时候会报错: go get -u -v github.com/nsf/gocode go get -u -v github.com/rogpeppe/godef go get -u -v github.com/golang/lint/golint go get -u -v github.com/lukehoban/go-find-references go get -u -v github.com/lukeho

Visual Studio Code 中编写 C++ 的工作流

1. 官网下载 Visual Studio Code ,安装.按提示安装 cpp 插件和 cmake 插件. 官网下载 CMake ,安装. 官网下载 Mingw ,安装. 安装 Mingw 时,注意勾选 mingw32-automake, mingw32-base, mingw32-gcc, mingw32-gcc-g++, msys-base, mingw32-binutils, mingw32-gdb. 2. File->Open Folder 打开项目所在文件夹. 文件夹的目录应为 Pr

[Visual Studio Code] 执行python

Visual Studio Code 作为一种IDE,实时执行python程序,对调试或理解执行步骤起到了很大的作用!因此,以下对此作一简单接受,希望广大园友提出宝贵意见! 1. 官方说明 http://code.visualstudio.com/docs/editor/tasks 2. 配置执行环境 Note: Please note that task support is only available when working on a workspace folder. It is no

用Visual Studio Code 开发应用之 安装 Visual Studio Code

最近研究微软的ASP.NET 新一代产品 ASP.NET Core1.0. 发先Visual Studio Code是一个很好的很强大的开源编辑器.是编辑器而不是IDE.之所以强大是因为他可以说是一个简单的IDE了,因为他包含了debug 功能.最近呢楼主运气好,给微软打工,能够接触到微软的最新的资源. 这里主要介绍这个编辑器的原因是 微软的新一代产品ASP.NET Core 1.0 是一个全新的跨平台产品,关于这款全新的产品呢,博主我写过一篇简短的介绍,想了解的请移步这里:http://www

Visual Studio Code和Docker开发asp.net core和mysql应用

Visual Studio Code和Docker开发asp.net core和mysql应用 .net猿遇到了小鲸鱼,觉得越来越兴奋.本来.net猿只是在透过家里那田子窗看外面的世界,但是看着海峡对岸的苹果园越来越茂盛,实在不想再去做一只宅猿了.于是,.net猿决定搭上小鲸鱼的渡轮到苹果园去看看. .net猿上了小鲸鱼渡轮就先问了一个问题,苹果园上有能用来编写c#代码的和Visual Studio一样强大的IDE么?这时,天空闪过一道Gamma射线,艾瑞克神说,给你一个 Visual Stud

Visual Studio Code常用设置

Visual Studio Code常用设置 • 自动保存设置 ? 文件(F) -> 首选项(P) -> 用户设置(U) ? 将"files.autoSave": "off"更改为"files.autoSave": "afterDelay",注意只能在"settings.json"中修改.

Mac上使用Visual Studio Code开发/调试.NET Core代码

Mac上使用Visual Studio Code开发/调试.NET Core代码 .Net Core 1.0终于发布了,Core的一大卖点就是跨平台.这个跨平台不只是跨平台运行,而且可以跨平台开发.今天抽空研究了下在Mac下如何使用VS Code来开发.NET Core程序,并且调试代码. 1.安装.NET Core 在mac上打开终端: ~$ brew update ~$ brew install openssl ~$ brew link --force openssl 如果不能使用brew命

近一周学习之-----vue开发工具visual studio code

Visual studio code 下载地址 打开工具,安装部分插件 点击该图标,弹出插件库 安装vue2.0插件 后续可以自行安装一些其他插件,比如html,javascript,css,es6====