Questions tagged [amazon-cloudwatch-events]
65 questions
0
votes
1 answer
Error in metric filter pattern in cloud watch
Iam trying to create the custom cloudwatch metric from the Log Groups
I am trying to create the metric pattern for the status of the email. I just need to monitor the the response in email(success/failure)
My cloudwatch logs look like below
Email…

Kanagam bala
- 83
- 1
- 9
0
votes
1 answer
cloudwatch event in aws lambda function not work in my aws educate account
while using cloud watch event in aws lambda function in my aws educate starter account
i get this error
User: arn:aws:sts::****:assumed-role/vocstartsoft/*** is not authorized to perform: events:PutRule on resource: arn:aws:event*****:rule/onemin…

puskal Khadka
- 113
- 2
- 6
0
votes
0 answers
AWS API Gateway with CloudWatch Events
I've been tinkering with AWS API Gateway for creating a rest api for one of my projects.
I've managed to connect it to DynamoDB Queries and to launch Lambda functions quite easily.
However one of my ideas is to be able to create CloudWatch Event…

Oreex0
- 324
- 3
- 15
0
votes
0 answers
CloudWatch Event Rule: Disable itself
I have a cloudwatch event-rule which runs a lambda-function and is configured f.e. like cron(0/2 21-22 15 4 ? 2020).
Inside the lambda function it checks on something. If that condition is fulfilled, I want to disable the rule. I cannot do it…

misantronic
- 1,132
- 2
- 10
- 23
-1
votes
1 answer
terraform plan: error: sqs_target should be a list when trying to create a cloudwatch event target
I am trying to create a aws cloudwatch event target with the following terraform code:
resource "aws_cloudwatch_event_rule" "push-event-processing-sqs" {
name = "Push-to-sqs-event-processing-every-2-hours"
description = "Push…

Mamun
- 2,322
- 4
- 27
- 41