AWS Lambda (alpha)
The AWS Lambda batch materialization engine is considered alpha status. It relies on the offline store to output feature values to S3 via
to_remote_storage
, and then loads them into the online store.feature_store.yaml
...
offline_store:
type: snowflake.offline
...
batch_engine:
type: lambda
lambda_role: [your iam role]
materialization_image: [image uri of above Docker image]
Last modified 24d ago