Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix deployment issue #566

Merged
merged 1 commit into from
Mar 10, 2025
Merged

fix: fix deployment issue #566

merged 1 commit into from
Mar 10, 2025

Conversation

IcyKallen
Copy link
Contributor

@IcyKallen IcyKallen commented Mar 10, 2025

Fixes #

🤖 AI-Generated PR Description (Powered by Amazon Bedrock)

Description

This pull request includes modifications to various files related to the intention management, chat stack, and lambda layers components of the project. The changes in source/infrastructure/lib/api/intention-management.ts and source/infrastructure/lib/chat/chat-stack.ts are likely related to improving or refactoring the functionality of these components. The modification to source/infrastructure/lib/shared/lambda-layers.ts suggests updates to the lambda layer configurations. Additionally, the source/lambda/model_management/requirements.txt file has been updated, which may indicate changes to the Python package dependencies for the model management lambda function.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

File Stats Summary

File number involved in this PR: 4, unfold to see the details:

The file changes summary is as follows:

Files
Changes
Change Summary
source/lambda/model_management/requirements.txt 0 added, 1 removed The code change removes the URL for downloading the emd-0.6.0 Python wheel package from the AWS S3 bucket.
source/infrastructure/lib/chat/chat-stack.ts 0 added, 1 removed This code change removes the creation of a Lambda layer called modelLayer from the LambdaLayers instance in the ChatStack class.
source/infrastructure/lib/api/intention-management.ts 0 added, 2 removed The code changes involve removing the import statements for Duration and JsonSchemaType, and keeping the imports for Runtime, Code, apigw, Construct, and path.
source/infrastructure/lib/shared/lambda-layers.ts 25 added, 25 removed The code changes involve removing the createModelDeploymentLayer function and modifying the assetExcludes list in the createOnlineMainLayer function by removing some commented-out lines.

@IcyKallen IcyKallen merged commit bbb5f37 into dev Mar 10, 2025
6 checks passed
@IcyKallen IcyKallen deleted the xuhan-dev branch March 11, 2025 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant