terraform-aws-ldap-maintainer API Gateway module
This module will deploy an API endpoint with invoke permissions to a target lambda function. This lambda function will then be executed asynchronously when the endpoint is triggered. Currently this endpoint has only been configured to respond to slack events.
No requirements.
Name |
Description |
Type |
Default |
Required |
async_lambda_name |
Name of the lambda function that API gateway will invoke asynchronously |
string |
n/a |
yes |
project_name |
(Optional) Name of the project |
string |
"ldap-maintainer" |
no |
stage_name |
Name of the api stage to deploy |
string |
"ldapmaintainer" |
no |
tags |
Map of tags to assign to this module's resources |
map(string) |
{} |
no |