Skip to content

Commit

Permalink
Update template to fill input variables, default shard iterator type
Browse files Browse the repository at this point in the history
Signed-off-by: Darwin Boersma <[email protected]>
  • Loading branch information
ogghead committed Oct 4, 2024
1 parent 215da86 commit 7407019
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 730 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ cargo build --release
spin pluginify --install
```

## Installing Template

You can install the template using the following command:

```bash
spin templates install --git https://github.com/ogghead/spin-trigger-kinesis
```

Once the template is installed, you can create a new application using:

```bash
spin new -t kinesis-rust hello_kinesis --accept-defaults
```

## Test

The trigger uses the AWS configuration environment variables - these must be set before running.
Expand Down
4 changes: 0 additions & 4 deletions guest/.gitignore

This file was deleted.

Loading

0 comments on commit 7407019

Please sign in to comment.