diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08f0cab..03c6b07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: run: ls -R - name: pluginify it run: | - spin pluginify --merge --release-url-base https://github.com/fermyon/spin-trigger-kinesis/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json + spin pluginify --merge --release-url-base https://github.com/ogghead/spin-trigger-kinesis/releases/download/${{ env.RELEASE_VERSION }}/ >${{ env.PROGRAM_NAME }}.json - name: Display merged manifest run: cat ${{ env.PROGRAM_NAME }}.json diff --git a/README.md b/README.md index 00301f5..09fadc4 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,6 @@ There is no SDK for kinesis guest components. Use the `kinesis.wit` file to gen Your handler can an error, but should otherwise not return anything. -**Note:** The trigger currently processes records using ShardIteratorType::Latest. This means that only records published after the app is running will be read. +**Note:** The trigger currently processes records using ShardIteratorType::Latest. This means that only records published after the app is spun up will be processed by the trigger. **Note:** The trigger continues to poll shards while a handler is running. This means that records are not necessarily processed sequentially.