adds localstack/eventbridge testing thing
This commit is contained in:
3
docker/localstack/events.sh
Normal file
3
docker/localstack/events.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
awslocal events create-event-bus --name test
|
||||
4
docker/localstack/firehose.sh
Normal file
4
docker/localstack/firehose.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
awslocal s3 mb s3://firehose
|
||||
awslocal firehose create-delivery-stream --delivery-stream-name test --delivery-stream-type DirectPut --extended-s3-destination-configuration "RoleARN=arn:aws:iam::000000000000:role/firehose_delivery_role,BucketARN=arn:aws:s3:::firehose,Prefix=accounts,BufferingHints={SizeInMBs=1,IntervalInSeconds=60},CompressionFormat=UNCOMPRESSED,EncryptionConfiguration={NoEncryptionConfig=NoEncryption},CloudWatchLoggingOptions={Enabled=false}"
|
||||
Reference in New Issue
Block a user