Class SmithyApiGatewayTsProject
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.Project
-
- io.github.cdklabs.projen.github.GitHubProject
-
- io.github.cdklabs.projen.javascript.NodeProject
-
- io.github.cdklabs.projen.typescript.TypeScriptProject
-
- software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayTsProject
-
- software.aws.awsprototypingsdk.openapigateway.SmithyApiGatewayTsProject
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-09T23:59:30.956Z") @Stability(Deprecated) @Deprecated public class SmithyApiGatewayTsProject extends OpenApiGatewayTsProject
Deprecated.Please use TypeSafeApiProject instead. This will be removed in the PDK GA 1.0 release.(deprecated) Synthesizes a Typescript Project with a Smithy model, generated clients, a CDK construct for deploying the API with API Gateway, and generated lambda handler wrappers for type-safe handling of requests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSmithyApiGatewayTsProject.BuilderDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmithyApiGatewayTsProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)Deprecated.protectedSmithyApiGatewayTsProject(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.SmithyApiGatewayTsProject(SmithyApiGatewayTsProjectOptions options)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected OpenApiGatewayTsProjectOptionspreConstruct(OpenApiGatewayTsProjectOptions options)Deprecated.-
Methods inherited from class software.aws.awsprototypingsdk.openapigateway.OpenApiGatewayTsProject
getApiSrcDir, getForceGenerateCodeAndDocs, getGeneratedClients, getGeneratedCodeDir, getGeneratedTypescriptClient, getPnpmWorkspace, getSpecDir, getSpecFileName, postSynthesize, preSynthesize
-
Methods inherited from class io.github.cdklabs.projen.typescript.TypeScriptProject
getDocgen, getDocsDirectory, getEslint, getLibdir, getSrcdir, getTestdir, getTsconfig, getTsconfigDev, getTsconfigEslint, getWatchTask
-
Methods inherited from class io.github.cdklabs.projen.javascript.NodeProject
addBins, addBundledDeps, addCompileCommand, addDeps, addDevDeps, addFields, addKeywords, addPackageIgnore, addPeerDeps, addScripts, addTestCommand, getAllowLibraryDependencies, getArtifactsDirectory, getArtifactsJavascriptDirectory, getAutoMerge, getBuildWorkflow, getBuildWorkflowJobId, getBundler, getEntrypoint, getJest, getManifest, getMaxNodeVersion, getMinNodeVersion, getNodeVersion, getNpmignore, getNpmrc, getPackageManager, getPackageValue, getPrettier, getPublisher, getRelease, getRunScriptCommand, getUpgradeWorkflow, getWorkflowBootstrapSteps, getWorkflowPackageCache, hasScript, removeScript, renderWorkflowSetup, renderWorkflowSetup, runTaskCommand, setScript
-
Methods inherited from class io.github.cdklabs.projen.github.GitHubProject
annotateGenerated, getAutoApprove, getDevContainer, getGithub, getGitpod, getProjectType, getVscode
-
Methods inherited from class io.github.cdklabs.projen.Project
addExcludeFromCleanup, addGitIgnore, addTask, addTask, addTip, getBuildTask, getCommitGenerated, getCompileTask, getComponents, getDefaultTask, getDeps, getEjected, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getSubprojects, getTasks, getTestTask, removeTask, synth, tryFindFile, tryFindJsonFile, tryFindObjectFile, tryRemoveFile
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
SmithyApiGatewayTsProject
protected SmithyApiGatewayTsProject(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
-
SmithyApiGatewayTsProject
protected SmithyApiGatewayTsProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
-
SmithyApiGatewayTsProject
@Stability(Deprecated) @Deprecated public SmithyApiGatewayTsProject(@NotNull SmithyApiGatewayTsProjectOptions options)
Deprecated.- Parameters:
options- This parameter is required.
-
-
Method Detail
-
preConstruct
@Stability(Deprecated) @Deprecated @NotNull protected OpenApiGatewayTsProjectOptions preConstruct(@NotNull OpenApiGatewayTsProjectOptions options)
Deprecated.(deprecated) This method provides inheritors a chance to synthesize extra resources prior to those created by this project.Return any options you wish to change, other than typescript project options.
- Overrides:
preConstructin classOpenApiGatewayTsProject- Parameters:
options- This parameter is required.
-
-