Lambda Overview Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server a
curl \ -H "Authorization: $API_KEY" \ http://lambda.us-east-1.amazonaws.com/2018-10-31/layers
curl \ -H "Authorization: $API_KEY" \ http://lambda.us-east-1.amazonaws.com/2015-03-31/functions/
curl \
-H "Authorization: $API_KEY" \
http://lambda.us-east-1.amazonaws.com/2017-03-31/tags/{ARN}