Skip to content

Commit

Permalink
feat(deprecation): remove lambda layer construct
Browse files Browse the repository at this point in the history
  • Loading branch information
krokoko committed Dec 17, 2024
1 parent 3f549c1 commit 7209aee
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 895 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,10 @@ project.eslint?.addRules({
});
project.eslint?.addRules({ 'space-infix-ops': ['error', { int32Hint: false }] });

project.eslint?.addIgnorePattern('LangchainProps.ts');
project.eslint?.addIgnorePattern('AdapterProps.ts');
project.eslint?.addIgnorePattern('DockerLambdaCustomProps.ts');

// Shared interfaces extending pre-existing CDK interfaces
new ProjenStruct(project, { name: 'LangchainProps', filePath: 'src/common/props/LangchainProps.ts' })
.mixin(Struct.fromFqn('aws-cdk-lib.aws_lambda.LayerVersionProps'))
.withoutDeprecated()
.omit('code', 'compatibleRuntimes', 'compatibleArchitectures');

new ProjenStruct(project, { name: 'DockerLambdaCustomProps', filePath: 'src/common/props/DockerLambdaCustomProps.ts' })
.mixin(Struct.fromFqn('aws-cdk-lib.aws_lambda.DockerImageFunctionProps'))
.withoutDeprecated()
Expand Down
3 changes: 0 additions & 3 deletions apidocs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
- [HuggingFaceSageMakerEndpoint](classes/HuggingFaceSageMakerEndpoint.md)
- [JumpStartModel](classes/JumpStartModel.md)
- [JumpStartSageMakerEndpoint](classes/JumpStartSageMakerEndpoint.md)
- [LangchainCommonDepsLayer](classes/LangchainCommonDepsLayer.md)
- [LlamaIndexDataLoader](classes/LlamaIndexDataLoader.md)
- [QaAppsyncOpensearch](classes/QaAppsyncOpensearch.md)
- [RagAppsyncStepfnOpensearch](classes/RagAppsyncStepfnOpensearch.md)
Expand All @@ -56,8 +55,6 @@
- [IJumpStartModelSpec](interfaces/IJumpStartModelSpec.md)
- [IndexMonitoringProps](interfaces/IndexMonitoringProps.md)
- [JumpStartSageMakerEndpointProps](interfaces/JumpStartSageMakerEndpointProps.md)
- [LangchainLayerProps](interfaces/LangchainLayerProps.md)
- [LangchainProps](interfaces/LangchainProps.md)
- [LlamaIndexDataLoaderProps](interfaces/LlamaIndexDataLoaderProps.md)
- [ModelMonitoringProps](interfaces/ModelMonitoringProps.md)
- [QaAppsyncOpensearchProps](interfaces/QaAppsyncOpensearchProps.md)
Expand Down
129 changes: 0 additions & 129 deletions apidocs/classes/LangchainCommonDepsLayer.md

This file was deleted.

162 changes: 0 additions & 162 deletions apidocs/interfaces/LangchainLayerProps.md

This file was deleted.

Loading

0 comments on commit 7209aee

Please sign in to comment.