Git Product home page Git Product logo

aws-toolkit-vscode's Introduction

AWS Toolkit for Visual Studio Code

TravisCI Build Status - develop branch CodeBuild Build Status - develop branch Coverage

The AWS Toolkit for Visual Studio Code is an extension for working with AWS services such as AWS Lambda.

The toolkit is in preview and only available if built from source. This is pre-release software and we recommend against using it in a production environment.

This is an open source project because we want you to be involved. We love issues, feature requests, code reviews, pull requests or any positive contribution.

Getting Started

Install the toolkit

The toolkit has not been released to the marketplace, so in order to try it you must build and run from source:

Note: git and npm are required to build from source.

  1. Clone the repository
git clone https://github.com/aws/aws-toolkit-vscode.git
cd aws-toolkit-vscode
  1. Build and package the toolkit
npm install
npm run package
  1. Install the toolkit
code --install-extension aws-toolkit-vscode-<VERSION>.vsix

Sign in to your AWS account

Create a profile

Method One: Create a profile using the AWS CLI
  1. If you haven't already, sign up for AWS. You can create a free account here.
  2. Install the AWS CLI by following the instructions here.
  3. Run the command aws configure, and follow the instructions in the command prompt.
Method Two: Create a profile using the AWS Tools for PowerShell
  1. If you haven't already, sign up for AWS. You can create a free account here.
  2. Install the AWS Tools for PowerShell by following the instructions here.
  3. Run the command Set-AWSCredential to define an AWS credential:
  • On Mac or Linux:

    Set-AWSCredential -AccessKey [access-key-value] -SecretKey [secret-key-value] -StoreAs [profile-name]

  • On Windows:

    Set-AWSCredential -AccessKey [access-key-value] -SecretKey [secret-key-value] -StoreAs [profile-name] -ProfileLocation $env:USERPROFILE\.aws\credentials

Method Three: Manually create a profile
  1. If you haven't already, sign up for AWS. You can create a free account here.
  2. Manually configure your configuration and credentials files as described here.

Select your profile in Visual Studio Code

  1. Launch Visual Studio Code.
  2. Select View > Command Palette... and search for AWS.
  3. Select AWS: Connect to AWS

Search AWS

  1. Select the profile that you created earlier.

Select Profile

Contributing

See Contributing.

License

The AWS Toolkit for Visual Studio Code is distributed under the Apache License, Version 2.0.

aws-toolkit-vscode's People

Contributors

allenmichael avatar awschristou avatar gholt-aws avatar hyandell avatar kaylordave avatar kiiadi avatar mpiroc avatar mvanleest avatar stevejroberts avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.