aws / aws-toolkit-vscode
- суббота, 1 декабря 2018 г. в 00:16:26
TypeScript
AWS Toolkit for Visual Studio Code, an extension for working with AWS services including AWS Lambda.
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.
The toolkit has not been released to the marketplace, so in order to try it you must build and run from source:
git clone https://github.com/aws/aws-toolkit-vscode.git
cd aws-toolkit-vscode
npm install
npm run package
code --install-extension aws-toolkit-vscode-<VERSION>.vsix
aws configure
, and follow the instructions in the command prompt.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
View > Command Palette...
and search for AWS
.AWS: Connect to AWS
See Contributing.
The AWS Toolkit for Visual Studio Code is distributed under the Apache License, Version 2.0.