|
333 | 333 | "AWS.amazonq.featureDev.placeholder.feedback": "Provide feedback or comments", |
334 | 334 | "AWS.amazonq.featureDev.placeholder.describe": "Describe your task or issue in detail", |
335 | 335 | "AWS.amazonq.featureDev.placeholder.sessionClosed": "Open a new chat tab to continue", |
336 | | - "AWS.amazonq.inline.invokeChat": "Inline chat" |
| 336 | + "AWS.amazonq.inline.invokeChat": "Inline chat", |
| 337 | + "AWS.toolkit.lambda.walkthrough.quickpickTitle": "Application Builder Walkthrough", |
| 338 | + "AWS.toolkit.lambda.walkthrough.title": "Get started building your application", |
| 339 | + "AWS.toolkit.lambda.walkthrough.description": "Your quick guide to build an application visually, iterate locally, and deploy to the cloud!", |
| 340 | + "AWS.toolkit.lambda.walkthrough.toolInstall.title": "Complete installation", |
| 341 | + "AWS.toolkit.lambda.walkthrough.toolInstall.description": "The AWS Command Line Interface (AWS CLI) is an open source tool that enables you to interact with AWS services using commands in your command-line shell. It is required to create and interact with AWS resources. \n\n[Install AWS CLI](command:aws.toolkit.installAWSCLI)\n\n Use the Serverless Application Model (SAM) CLI to locally build, invoke, and deploy your functions. Version 1.98+ is required. \n\n[Install SAM CLI](command:aws.toolkit.installSAMCLI)\n\n Use Docker to locally emulate a Lambda environment. Docker is optional. However, if you want to invoke locally, Docker is required so Lambda can locally emulate the execution environment. \n\n[Install Docker (optional)](command:aws.toolkit.installDocker)", |
| 342 | + "AWS.toolkit.lambda.walkthrough.chooseTemplate.title": "Choose your application template", |
| 343 | + "AWS.toolkit.lambda.walkthrough.chooseTemplate.description": "Select a starter application, visually compose an application from scratch, open an existing application, or browse more application examples. \n\nInfrastructure Composer allows you to visually compose modern applications in the cloud. It will define the necessary permissions between resources when you drag a connection between them. \n\n[Initialize your project](command:aws.toolkit.lambda.initializeWalkthroughProject)", |
| 344 | + "AWS.toolkit.lambda.walkthrough.step1.title": "Iterate locally", |
| 345 | + "AWS.toolkit.lambda.walkthrough.step1.description": "Locally test and debug your code.", |
| 346 | + "AWS.toolkit.lambda.walkthrough.step2.title": "Deploy to the cloud", |
| 347 | + "AWS.toolkit.lambda.walkthrough.step2.description": "Test your application in the cloud from within VS Code. \n\nNote: The AWS CLI and the SAM CLI require AWS Credentials to interact with the cloud. For information on setting up your credentials, see [Authentication and access credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html). \n\n[Configure credentials](command:aws.toolkit.lambda.walkthrough.credential)" |
337 | 348 | } |
0 commit comments