Skip to content

Commit

Permalink
updated example-pattern and README
Browse files Browse the repository at this point in the history
  • Loading branch information
professional-ian committed Jul 3, 2023
1 parent 1a9224e commit f983ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eventbridge-schedule-to-cloudwatch-terraform/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Service 1 to AWS Service 2
# Amazon EventBridge Scheduler to Amazon CloudWatch

This pattern will create an [EventBridge Scheduler](https://docs.aws.amazon.com/scheduler/latest/UserGuide/getting-started.html) to publish [custom metrics to Amazon Cloudwatch](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html). The pattern is deployed using Terraform to create the EventBridge Scheduler and IAM resources required for Scheduler to interact with CloudWatch.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title": "Amazon EventBridge Scheduler to Amazon CloudWatch",
"description": "Use EventBridge Scheduler to insert custom metric data into CloudWatch on a schedule",
"language" : "",
"level": "200",
"framework": "Terraform",
"introBox": {
Expand Down

0 comments on commit f983ca4

Please sign in to comment.