mlops-e2e icon indicating copy to clipboard operation
mlops-e2e copied to clipboard

Modifying Lambda Runtime and AWS SDK and Boto3 versions. Modifying Deployment scripts and build spec files.

Open imsalmanmalik opened this issue 1 year ago • 2 comments
trafficstars

Issue #, if available:

Description of changes: Adjusting the Lambda run time issues from Nodejs.14x to Nodejs.18x and modifying structure of build spec files and deploy scripts for consistency. Incrementing boto3 and aws sdk versions. Adding some additional parameters and packages required dependancy.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

imsalmanmalik avatar Aug 05 '24 07:08 imsalmanmalik

Hi @imsalmanmalik Thanks for your contribution. I will review your PR later in the week.

jessieweiyi avatar Aug 06 '24 03:08 jessieweiyi

Hi @imsalmanmalik could you please review the file configuration/projectConfig.json?

I saw you removed yarn.lock files and change yarn install --frozen-lockfile to yarn install. But we will need that to ensure the version consistency. I am happy to take your contribution once you fix the config file and continue on working on that.

Thanks.

jessieweiyi avatar Aug 09 '24 01:08 jessieweiyi

Hi @imsalmanmalik Thanks for your contributions. We have solved this issue in PR #79 with both lambda runtime upgrade and aws-sdk upgrade.

jessieweiyi avatar Sep 19 '24 06:09 jessieweiyi