Skip to content

Lambda boto3 wrappers doesn't have all the option that we need to create a lambda #3563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
idanmoradarthas opened this issue Jan 1, 2023 · 1 comment · Fixed by #3594
Closed

Comments

@idanmoradarthas
Copy link

Describe the feature you'd like
We need that sagemaker.lambda_helper.Lambda will have more options like the aws lambda create-function cli command.
The missing options that we need are:

  • environment
  • vpc-config
  • architectures

How would this feature be used? Please describe.
The class sagemaker.lambda_helper.Lambda will have the missing attributes.

Describe alternatives you've considered
What we do today is to create the lambda as part of the automation of our pipeline object upsert in codepipline, and we have a step in the pipeline for the same particular lambda in order it to be execute as part of the pipeline.

Additional context
https://docs.aws.amazon.com/cli/latest/reference/lambda/create-function.html
https://sagemaker.readthedocs.io/en/stable/api/utility/lambda_helper.html

@dipanjank
Copy link
Contributor

Hello! Interested in contributing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants