Skip to content

Commit 3187522

Browse files
committed
docs: 📝 update documentation
1 parent 4c5142d commit 3187522

2 files changed

Lines changed: 3 additions & 1010 deletions

File tree

fargate-eventbridge-serverless/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Leveraging Fargate for Scheduled Jobs
22

3-
This pattern contains a sample cloudformation template to deploy a scheduled AWS Fargate task using EventBridge running on an Amazon Elastic Container Service (ECS) cluster. The docker image is pushed to Amazon Elastic Container Registry (ECR) using cloudformation template without having to pre-push the image to ECR or another container library. The serverless framework plugin for fargate, `serverless-fargate` is used to deploy tasks on ECS Cluster. This task runs every 10th minute of the hour and a simple file containing JSON is put in S3 bucket.
3+
This pattern contains a sample serverless framework template to deploy a scheduled AWS Fargate task using EventBridge running on an Amazon Elastic Container Service (ECS) cluster. The docker image is pushed to Amazon Elastic Container Registry (ECR) using serverless framework template without having to pre-push the image to ECR or another container library. The serverless framework plugin for fargate, `serverless-fargate` is used to deploy tasks on ECS Cluster. This task runs every 10th minute of the hour using Eventbridge Scheduler and a simple file containing JSON is put in S3 bucket.
44

55
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
66

@@ -21,10 +21,10 @@ Important: this application uses various AWS services and there are costs associ
2121
git clone https://github.com/aws-samples/serverless-patterns
2222
```
2323

24-
1. Change directory to the fargate-eventbridge pattern directory:
24+
1. Change directory to the pattern directory:
2525

2626
``` sh
27-
cd serverless-patterns/fargate-eventbridge-serverless
27+
cd fargate-eventbridge-serverless
2828
```
2929

3030
1. Open Docker Desktop and keep it running in the background.

0 commit comments

Comments
 (0)