sagemaker-run-notebook icon indicating copy to clipboard operation
sagemaker-run-notebook copied to clipboard

Ability to customize name of Lambda function

Open wags1999 opened this issue 2 years ago • 0 comments

We'd like to deploy this capability, but our organization has strict object naming conventions. So we'd like to be able to use this functionality with a Lambda that is named differently than "RunNotebook."

I know I can update the cloudformation-base.yml to change the Lambda name that is created by CloudFormation. And I see the Lambda name in the run_notebook.py file. But how do I re-build/re-package the extension after forking the repo?

As an alternative, it would be nice if the name of the Lambda was somehow configurable upon installation of the package/extension.

wags1999 avatar Jul 06 '22 15:07 wags1999