AWS Custom Lambda
Learn how to integrate AWS Custom Lambda with Apono
AWS Lambda is a powerful, serverless compute service that runs your code in response to events and automatically manages the compute resources for you.
Through this integration, Apono helps you securely manage access to an AWS Lambda function.
Prerequisites
Before starting this integration, create the items listed in the following table.
Item | Description |
---|---|
Apono Connector | On-prem connection serving as a bridge between your AWS Lambda functions and Apono
Minimum Required Version: 1.4.1 Use the following steps to update an existing connector:
|
Secret | Value generated through AWS Secrets Manager Apono does not store credentials. The Apono Connector uses the secret to communicate with services in your environment and separate the Apono web app from the environment for maximal security. |
Lambda Function | Named function set up within AWS LambdaSample Function
|
Integrate AWS Custom Lambda
Use the following steps to complete the integration:
- On the Catalog tab, click AWS Custom Lambda. The Connect AWS Custom Lambda page appears.
- From the dropdown menu, select a connector.
If the desired connector is not listed, click + Add new connector and follow the instructions for creating an AWS connector.
- Click Next. The Complete setup page appears.
- Enter a unique, alphanumeric, user-friendly Integration Name. This name is used to identify this integration when constructing an Access Flow.
- (Optional) Enter an Access Details message that explains how to access the function, such as To access GoodPortal, go to
https://good-portal.example.com
. - (Optional) In the Custom Parameters field, add key-value pairs to send to the lambda function. For example, you can provide a lambda function with a redirect URL that is used for internal provisioning access and passed as part of the action requests.
- From the Region dropdown menu, select the region of the AWS Lambda instance.
- Enter the Function Name of the named AWS Lambda function.
- Click Connect.
Now that you have completed this integration, you can create access flows that grant permission to your AWS Lambda function.
Updated 7 days ago