Challenge: Implementing an Amazon SQS Listener
Test yourself by implementing an Amazon SQS listener.
We'll cover the following...
In the playground below, we have an empty function handler that accepts SQS events. We need to add the ...