Open
Description
Hello! I'm relatively new to Haskell, but experienced with the AWS SDK (using Python and Node).
When I look at examples/EC2.hs
, there are a lot of new abstractions to learn. For example, I don't know any of these language extensions other than OverloadedString and haven't worked with Conduit, Lens, or Bytestring before.
Can you add an example that only uses Amazonka and Prelude? Some comments and explicit imports would also be nice.