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

provider/aws: Lambda DeadLetterConfig support #12188

Merged
merged 1 commit into from
Feb 23, 2017
Merged

Conversation

apparentlymart
Copy link
Contributor

This feature allows sending a notification to either an SQS queue or an SNS topic when an error occurs running an AWS Lambda function.

This fixes #10630.

Schema: map[string]*schema.Schema{
"target_arn": {
Type: schema.TypeString,
Required: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worth adding ValidateFunc: validateArn, here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, good idea!

@tomelliff
Copy link
Contributor

I was just starting to write a pull request for this for some Lambda work I'm doing right now so that's amazingly good timing :)

This feature allows sending a notification to either an SQS queue or an
SNS topic when an error occurs running an AWS Lambda function.

This fixes #10630.
@apparentlymart apparentlymart merged commit bc60bd4 into master Feb 23, 2017
@pulveni1
Copy link

Hi
Do you plan to make this feature available soon?
Thanks
Nico

@grubernaut grubernaut deleted the f-lambda-dlq branch May 11, 2017 00:32
@ghost
Copy link

ghost commented Apr 12, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeadLetterConfig support for AWS Lambda
4 participants