AWS Serverless
Introduction
AWS Lambda is a compute service that lets you run code without provisioning or managing servers. AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running. FaaS (Function as a Service)
What are we going to cover
This chapter will primarily cover
Exploiting an AWS Lambda via S3 File upload triggers, read internal environment variables, fetch tokens and/or hijacking AWS service accounts.
Last updated