

Other means of invocations include AWS internal services, such as Alexa Skills, or using one of the provided Lambda API SDKs (for example, the AWS SDK for Java).Ĭombining these two functionalities enables developers to automate many different processes that are part of data governance.įor instance, assuming you have existing business catalog and entitlement services, you could push updates to these services as events into a message queue or stream system (possibly using AWS SQS or Kinesis respectively) and then trigger a Lambda function that applies the changes as necessary to the ODAS catalog services. Lambda functions can then be executed through different means, for example an API Endpoint that provides HTTP-based network protocol support.
AWS LAMBDA PYTHON ENCRYPTO CODE
One of such APIs for clients is PyOkera, our native Python library, that exposes all necessary functionality for applications to interact with one or more of our data access services clusters (ODAS).įor example, clients can send data definition language (DDL) statements to create databases and datasets in the shared Schema Registry, or create access rules in the accompanying Policy Engine.ĪWS Lambda is a managed service that offers serverless programming features, which means (in a nutshell) you can write code that is hosted and executed by the service and does not require extra provisioning of compute resources (that is, a server). Okera's approach to integration is API first, meaning we provide and implement APIs for upstream storage services, as well as downstream clients, such as data processing engines or Business Intelligence (BI) tools. This self-service tutorial guides you through using Okera's native Python library, PyOkera, from within an AWS Lambda function. Tutorial: Using PyOkera with AWS Lambda ¶ Obtaining Sailpoint User Attributes in Okera (Preview Feature) OkeraFS Deployment for Databricks on AWS S3 (Preview Feature) OkeraFS - File Access Control Overview (Preview Feature) Using Glue as a Third-Party Metadata Catalog Use Security Access Markup Languate (SAML) Use Lightweight Directory Access Protocol (LDAP) OkeraFS Deployment on AWS S3 (Preview Feature)
