ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Thanks Junaid! It was really quick start with things.
Thanks for your kind words Tukeshwar. I am glad you liked it :)
I like sir your teaching way......
Thanks for your kind words :)
Local Stack is not free is there any good open source alternative having all features
Local Stack is free for non commercial use, but you will not get all features
Thanks for the tutorial ..... can you share the text file you used to copy the commands?
aws --endpoint-url=localhost:4566 sns create-topic --name customqueue-topicaws --endpoint-url=localhost:4566 sns subscribe --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --protocol email --notification-endpoint abc@def.comaws --endpoint-url=localhost:4566 sns publish --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --message 'Hello from my app'--------------------------------------------------------------------------------Create a Queue:aws --endpoint-url=localhost:4566 sqs create-queue --queue-name customqueue-queueSend Message to the Queue:aws --endpoint-url=localhost:4566 sqs send-message --queue-url localhost:4566/000000000000/customqueue-queue --message-body 'Test Message for my Queue!'Receive message from the QUeue:aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queueRecieve 10 messages from Queue:aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queue --attribute-names All --message-attribute-names All --max-number-of-messages 10
Thanks Junaid! It was really quick start with things.
Thanks for your kind words Tukeshwar. I am glad you liked it :)
I like sir your teaching way......
Thanks for your kind words :)
Local Stack is not free is there any good open source alternative having all features
Local Stack is free for non commercial use, but you will not get all features
Thanks for the tutorial ..... can you share the text file you used to copy the commands?
aws --endpoint-url=localhost:4566 sns create-topic --name customqueue-topic
aws --endpoint-url=localhost:4566 sns subscribe --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --protocol email --notification-endpoint abc@def.com
aws --endpoint-url=localhost:4566 sns publish --topic-arn arn:aws:sns:us-east-1:000000000000:customqueue-topic --message 'Hello from my app'
--------------------------------------------------------------------------------
Create a Queue:
aws --endpoint-url=localhost:4566 sqs create-queue --queue-name customqueue-queue
Send Message to the Queue:
aws --endpoint-url=localhost:4566 sqs send-message --queue-url localhost:4566/000000000000/customqueue-queue --message-body 'Test Message for my Queue!'
Receive message from the QUeue:
aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queue
Recieve 10 messages from Queue:
aws --endpoint-url=localhost:4566 sqs receive-message --queue-url localhost:4566/000000000000/customqueue-queue --attribute-names All --message-attribute-names All --max-number-of-messages 10