You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue suggests adding resources to support the application layer of the LLM app, specifically for hosting the prompt engineering code. The implementation will include creating an AWS Lambda function, providing a mechanism for uploading the application code to the Lambda, and handling the installation of necessary dependencies for the code.
Tasks:
Define an AWS Lambda function.
Implement code deployment (e.g., S3 or direct upload) to the Lambda function.
Figure out how to package and install the required dependencies (e.g., using Lambda layers or bundling with the deployment package).
The text was updated successfully, but these errors were encountered:
Description:
This issue suggests adding resources to support the application layer of the LLM app, specifically for hosting the prompt engineering code. The implementation will include creating an AWS Lambda function, providing a mechanism for uploading the application code to the Lambda, and handling the installation of necessary dependencies for the code.
Tasks:
The text was updated successfully, but these errors were encountered: