AWS Lambda
AWS Lambda is a serverless compute framework
Type: Cloud Provider / Compute
Website: https://aws.amazon.com/lambda/
General docs: https://docs.aws.amazon.com/lambda/
Authentication
To connect AWS Lambda to Orchestra, you will need to follow the same process you normally do when dealing with service principals in AWS:
An AWS IAM user with the required permissions for the job you wish to run
An access key for the IAM user
Prerequisites
To get started, you will need:
An AWS IAM user with the required permissions for the job you wish to run
An access key for the IAM user
Instructions
Navigate to the IAM console in the AWS account you wish to run the job in.
Attach the required permissions. See below for the required permissions for each job.
Generate a CLI access key for the User. More information is available in the AWS docs here. Once the access key is generated you can download a CSV containing your Access Key ID and Secret Access key.
Required Permissions
Note: you can limit the Resource
to just the AWS Lambda ARNs you want Orchestra to be able to invoke.
Last updated