-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
18 lines (11 loc) · 1013 Bytes
/
Copy pathmakefile
File metadata and controls
18 lines (11 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load-createAccount:
aws sqs --endpoint-url=http://localhost:4566 receive-message --queue-url http://localhost:4566/000000000000/createAccount
urls-createAccount:
aws sqs --endpoint-url=http://localhost:4566 get-queue-url --queue-name createAccount
purge-createAccount:
aws sqs --endpoint-url=http://localhost:4566 purge-queue --queue-url http://localhost:4566/000000000000/createAccount
# Creating
# aws sqs --endpoint-url=http://localhost:4566 send-message --queue-url http://localhost:4566/000000000000/createAccount --message-body "test: true"
# aws --endpoint-url=http://localhost:4566 sqs create-queue --queue-name createAccount
#➜ backoffice-seller-api git:(s3-implementation) ✗ aws --endpoint-url=http://localhost:4566 s3api create-bucket --bucket seller --region us-east-1
#➜ backoffice-seller-api git:(s3-implementation) ✗ aws --endpoint-url=http://localhost:4566 s3api put-bucket-acl --bucket seller --acl public-read