Skip to content

Minor: Implementation of the aws_lambda_event_source_mapping resource to easily set a stream or a queue as trigger for lambda. #120

Minor: Implementation of the aws_lambda_event_source_mapping resource to easily set a stream or a queue as trigger for lambda.

Minor: Implementation of the aws_lambda_event_source_mapping resource to easily set a stream or a queue as trigger for lambda. #120

Workflow file for this run

---
name: chatops
on:
issue_comment:
types: [created]
permissions:
pull-requests: write
id-token: write
contents: write
statuses: write
jobs:
test:
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }}
secrets: inherit