tmobile / jazz

Platform to develop and manage serverless applications at an enterprise scale!
https://www.youtube.com/watch?v=KZxvqTZiUQI
Apache License 2.0
298 stars 108 forks source link

Feature: Support latest runtimes for AWS Lambda #1297

Closed SauarvD closed 3 years ago

SauarvD commented 3 years ago

Requirements

Description of the Change

Benefits

Possible Drawbacks

Applicable Issues

devsatishm commented 3 years ago

LGTM

devsatishm commented 3 years ago

@SauarvD Missing changes in create-service & services API. They should be updated to support the new runtimes.

SauarvD commented 3 years ago

@devsatishm No changes are required for create-service & services API. We just need to update the allowed runtimes in the config DB. Once the stack is built, it will deploy the create-service & services API which will get updated with new runtimes

devsatishm commented 3 years ago

@devsatishm No changes are required for create-service & services API. We just need to update the allowed runtimes in the config DB. Once the stack is built, it will deploy the create-service & services API which will get updated with new runtimes

@SauarvD Almost! Looks like one of the swaggers & a config file needs an update. You can search for python3 or nodejs10 and make sure all the locations reflect the new changes.

SauarvD commented 3 years ago

@devsatishm Done the changes

SauarvD commented 3 years ago

@devsatishm No changes are required for create-service & services API. We just need to update the allowed runtimes in the config DB. Once the stack is built, it will deploy the create-service & services API which will get updated with new runtimes

@SauarvD Almost! Looks like one of the swaggers & a config file needs an update. You can search for python3 or nodejs10 and make sure all the locations reflect the new changes.

Done