diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1115bd3..43f6a0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index ba66426..4561bb3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.