mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-12 12:55:53 +02:00
Update localstack services + loki (dev and CI) (#2649)
This commit is contained in:
parent
e0e9e3ef16
commit
1530d93fc1
4 changed files with 26 additions and 19 deletions
6
test/localstack/scripts/init_script.sh
Executable file
6
test/localstack/scripts/init_script.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Create Kinesis streams
|
||||
aws --endpoint-url=http://localstack:4566 --region us-east-1 kinesis create-stream --stream-name stream-1-shard --shard-count 1
|
||||
aws --endpoint-url=http://localstack:4566 --region us-east-1 kinesis create-stream --stream-name stream-2-shards --shard-count 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue