Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rule: Async Lambda Destination rule #51

Merged
merged 2 commits into from
Jun 9, 2021

Conversation

nmoutschen
Copy link
Contributor

@nmoutschen nmoutschen commented Jun 9, 2021

Key information

  • Rule issue: N/A
  • cfn-lint rule ID: ES1007
  • tflint rule name:

Summary

Ensure that Lambda functions that are invoked asynchronously have a destination on failure configured.

Checklist

  • cfn-lint: add rule
  • cfn-lint: add import in rules/__init__.py
  • cfn-lint: add test templates
  • tflint: add rule
  • tflint: add tests
  • tflint: add in rules/provider.go
  • docs: add new section in documentation
  • docs: add reference in rules/index.md

@nmoutschen nmoutschen added the new-rule New Rule label Jun 9, 2021
@nmoutschen nmoutschen force-pushed the rule/async-lambda-no-destination branch from 2e88af6 to 78037db Compare June 9, 2021 19:09
@nmoutschen nmoutschen merged commit 1491f96 into main Jun 9, 2021
@nmoutschen nmoutschen deleted the rule/async-lambda-no-destination branch June 9, 2021 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant