Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
🤖 AI-Generated PR Description (Powered by Amazon Bedrock)
Description
This pull request includes changes to support the deployment of a new model management Lambda function and the addition of a script to facilitate building the project artifacts for deployment. The key changes are:
model_management
Lambda function to handle model lifecycle operations such as training, evaluation, and deployment.api-stack
andchat-stack
to include the newmodel_management
Lambda function and associated resources.iam-helper
andlambda-layers
files to include the necessary permissions and layers for the new Lambda function.online
Lambda function's requirements to include any new dependencies.pipeline_monitor
Lambda function to monitor the model training pipeline.build-s3-dist.sh
to build and package the project artifacts for deployment to S3.Type of change
File Stats Summary
File number involved in this PR: 9, unfold to see the details:
The file changes summary is as follows:
createOnlineSourceLayer
method tocreateSharedLayer
, adds a new methodcreateModelDeploymentLayer
for creating a Python layer for model deployment, and updates the description and asset exclusions for thecreateJobSourceLayer
method.