Skip to content

Commit

Permalink
Add npm package link to readme. Simplify npm install in CI. Typo fix …
Browse files Browse the repository at this point in the history
…in README.
  • Loading branch information
filmaj committed Sep 24, 2023
1 parent db3eb70 commit 6d1aace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
VER=`npm --version`; echo "npm ver: $VER"
- name: Install
uses: bahmutov/npm-install@v1
run: npm i

- name: Test
run: npm test
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Add an [SQS queue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/welcome.html)
to your arc.codes project, while exposing more of SQS' configurations than the default architect
[`@queues](https://arc.codes/docs/en/reference/project-manifest/queues).
[`@queues`](https://arc.codes/docs/en/reference/project-manifest/queues).

## Features

Expand All @@ -13,6 +13,7 @@ to your arc.codes project, while exposing more of SQS' configurations than the d
## Configuration

Install this plugin as per the [arc.codes docs](https://arc.codes/docs/en/guides/plugins/overview#finding-%26-installing-plugins).
It is available on npm: [arc-plugin-queues-extended](https://www.npmjs.com/package/arc-plugin-queues-extended).

Then, add a `@queues-extended` section to your `app.arc` file. Each entry under this section will create a new queue.

Expand Down

0 comments on commit 6d1aace

Please sign in to comment.