Update localstack services + loki (dev and CI) (#2649)

This commit is contained in:
mmetc 2023-12-19 15:27:04 +01:00 committed by GitHub
parent e0e9e3ef16
commit 1530d93fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 19 deletions

View 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