Skip to content

Commit

Permalink
feat: fixes issue with starting localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Nov 7, 2023
1 parent f80d990 commit 8d3d536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-kinesis-project/consumer/.localstack/init-aws.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

awslocal kinesis create-stream --stream-name my-test-stream --shard-count 1

Expand Down
2 changes: 1 addition & 1 deletion aws-kinesis-project/producer/.localstack/init-aws.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

awslocal kinesis create-stream --stream-name my-test-stream --shard-count 1

Expand Down

0 comments on commit 8d3d536

Please sign in to comment.