We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon Amazon SageMaker.
lambda.FunctionProps
deployInsideVpc
subnetId
securityGroupIds
enableEncryption
encryptionKey
Out of the box implementation of the Construct without any override will set the following defaults:
The text was updated successfully, but these errors were encountered:
This pattern has been published in the latest release v1.70.0
Sorry, something went wrong.
No branches or pull requests
Add your +1 👍 to help us prioritize
Overview:
This AWS Solutions Construct implements an AWS Lambda function connected to an Amazon Amazon SageMaker.
User provided props for the construct:
lambda.FunctionProps
to deploy new Lambda Functions.deployInsideVpc
to deploy the NotebookInstance inside VPC (default: true)subnetId
ifdeployInsideVpc
is truesecurityGroupIds
ifdeployInsideVpc
is trueenableEncryption
to encrypt the attached notebook instance storage volume(s) (default: true)encryptionKey
user provided encryption keyDefault settings
Out of the box implementation of the Construct without any override will set the following defaults:
Amazon SageMaker
AWS Lambda Functions
The text was updated successfully, but these errors were encountered: