Minor: Implementation of the aws_lambda_event_source_mapping
resource to easily set a stream or a queue as trigger for lambda.
#115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: chatops | |
on: | |
issue_comment: | |
types: [created] | |
permissions: | |
pull-requests: write | |
id-token: write | |
contents: write | |
jobs: | |
terraform-module: | |
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main | |
secrets: | |
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }} |