AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that lets you run code without provisioning or managing servers. Essentially, you just write your code, upload it, and Lambda handles everything else needed to execute it.
IOPS is Input/output Operations Per Second which is a unit to measure the number of read and write operations a device can perform in a second.