Creating an event-driven Lambda to query OCLC APIs
In our previous post, we discussed how to store persistent data from a serverless application. In this post, we’ll look at how serverless code is event driven and how events can be used to trigger code to interact with OCLC’s APIs. Event-driven prog...