Skip to content

Commit

Permalink
Update folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
aphilippartd committed Jan 15, 2024
1 parent d6534cc commit bc98ea3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eventbridge-appsync-subscription-sam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This pattern shows how to create an Appsync API that allows you to listen to events going into an Eventbridge event bus. This is especially useful if you want your frontend users to be aware of changes happening in your backend. Those events coming in your event bus can either be pushed as custom events or can come from AWS services.

Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/eventbridge-appsync-sam
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/eventbridge-appsync-subscription-sam

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.

Expand All @@ -21,7 +21,7 @@ Important: this application uses various AWS services and there are costs associ
```
1. Change directory to the pattern directory:
```
cd eventbridge-appsync-sam
cd eventbridge-appsync-subscription-sam
```
1. From the command line, use AWS SAM to deploy the AWS resources for the pattern as specified in the template.yml file:
```
Expand Down
8 changes: 4 additions & 4 deletions eventbridge-appsync-subscription-sam/example-pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-appsync-sam",
"templateURL": "serverless-patterns/eventbridge-appsync-sam",
"projectFolder": "eventbridge-appsync-sam",
"templateFile": "eventbridge-appsync-sam/template.yaml"
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-appsync-subscription-sam",
"templateURL": "serverless-patterns/eventbridge-appsync-subscription-sam",
"projectFolder": "eventbridge-appsync-subscription-sam",
"templateFile": "eventbridge-appsync-subscription-sam/template.yaml"
}
},
"resources": {
Expand Down

0 comments on commit bc98ea3

Please sign in to comment.