Skip to content

Pulumi component provider example that stands up an AWS Lambda fronting a SageMaker predictor endpoint

License

Notifications You must be signed in to change notification settings

t0yv0/pulumi-sagemakerlambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pulumisagemakerlambda

Defines SagemakerPredictorLambda that provisions an AWS SageMaker endpoint fronted by a custom Lambda function.

Prerequisites

  • Pulumi CLI
  • Python 3.6+
  • Go 1.15
  • Node.js, Yarn (to build the Node SDK)
  • .NET Code SDK (to build the .NET SDK)

Build and Test

# Regenerate SDKs
make generate

# Build and install the provider and SDKs
make build
make install

# Test the example
$ cd examples/winequality

# setup venv against local Py SDK
$ source <(python local.py)

$ pulumi stack init test
$ pulumi config set aws:region us-east-1
$ pulumi up

# Follow instructions from `examples/winequality/README.md`.

About

Pulumi component provider example that stands up an AWS Lambda fronting a SageMaker predictor endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published