We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5104e2 commit de11b87Copy full SHA for de11b87
packages/core/src/awsService/appBuilder/serverlessLand/wizard.ts
@@ -5,7 +5,7 @@
5
import * as nls from 'vscode-nls'
6
import * as AWS from '@aws-sdk/types'
7
import * as vscode from 'vscode'
8
-import { Wizard } from '../../../shared/wizards/wizard'
+import { Wizard, WIZARD_BACK, WizardControl } from '../../../shared/wizards/wizard'
9
import * as path from 'path'
10
import { createInputBox } from '../../../shared/ui/inputPrompter'
11
import { createCommonButtons } from '../../../shared/ui/buttons'
@@ -22,6 +22,7 @@ export interface CreateServerlessLandWizardForm {
22
pattern: string
23
runtime: string
24
iac: string
25
+ assetName: string
26
}
27
28
async function loadMetadata(): Promise<MetadataManager> {
0 commit comments