Local Environment and localstack added

This commit is contained in:
rishabjasrotia
2023-11-01 14:57:09 +05:30
parent fbe8701f87
commit 0a08b742fb
4 changed files with 70 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
awslocal s3api \
create-bucket --bucket my-bucket \
--create-bucket-configuration LocationConstraint=eu-central-1 \
--region eu-central-1