FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

feast/docs/reference/compute-engine/lambda.md at apply-progress · feast-dev/feast · GitHub

Latest commit

 

History

History
24 lines (18 loc) · 924 Bytes

File metadata and controls

24 lines (18 loc) · 924 Bytes

AWS Lambda (alpha)

Description

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.

See LambdaMaterializationEngineConfig for configuration options.

See also Dockerfile for a Dockerfile that can be used below with materialization_image.

Example

{% code title="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]

{% endcode %}


Back | FazBrowse Home | New Git URL