Skip to main content

Basic Configuration (AWS Settings)

The basic settings section is where you enter the necessary information to use AWS resources.

AWS Identity Pool Id (Cognito)

This is the credential information needed to execute a Lambda function externally. Please create a new credential pool at AWS COGNITO Identity Pools. You can either create a new IAM role or select an existing one. The chosen IAM role must include the lambda:InvokeFunction permission. The following is an example of how to set this permission:

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["lambda:InvokeFunction"],
"Resource": ["*"]
}
]
}

Aws Lambda Region

Choose the region where the Lambda function will be executed.

Lambda Region