Chapter 7
Understanding AWS Input/Output
IN THIS CHAPTER
Understanding AWS input and output
Interacting with JSON
Interacting with XML
Developing and using APIs
Previous chapters of the book take you through creating a developer setup, performing essential Amazon Web Services (AWS) configuration tasks, and ensuring that you can actually contact AWS to perform useful work. You also see how to use command-line interface (CLI), browser-based, and desktop-based methods to perform these tasks, in addition to working with the AWS console. Of course, these are all good starting points for a developer, but developers need to know a lot more about how input and output works when dealing with an application programming interface (API), which is what you’re really dealing with when working with AWS. Other people see services, but what you really need to see are black boxes where a given input provides a specific output.
AWS typically performs tasks using two specific data formats: JavaScript Object Notation (JSON) and eXtensible Markup Language (XML). This chapter doesn’t provide you with a ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access