Researchs
  • About Me
  • Bypassing DEP - Increasing the Gap
  • Hijacking Cloud CI/CD Systems for Fun and Profit
  • Found some Access Keys?
  • AWS Cloud Security
    • AWS Cloud Researchs
      • AWS and the Secrets Exposed on Public ECR Repository
    • Hacking API Gateway
      • API Gateway - Security
      • API Gateway API Calls
    • Hacking S3
      • S3 - Security
      • S3 API Calls
    • Hacking Cognito
      • Cognito - Security
      • Cognito - API Calls
    • Hacking Lamda
      • Lambda - Security
      • Lambda - API Calls
    • Hacking Cloudbuild
      • Cloudbuild - Security
      • Cloudbuild - API Calls
    • AWS Services
  • Windows Security Research
    • Exploit Development
      • RTCore64.sys - CVE-2019-16098
      • Mouse Server
      • mskssrv.sys - CVE-2023–29360
    • Fuzzing
      • WTF
  • Supply Chain Research
    • Abusing Netlify Functions
  • Reverse Engineering
    • Reversing.kr
      • Easy_CrackMe
      • Easy KeyGen
  • Failed Research Attempts
    • Github Actions - Cloud
    • CloudTrail
Powered by GitBook
On this page
  1. AWS Cloud Security
  2. Hacking Lamda

Lambda - API Calls

Lambda API Calls

Here are some popular lambda API calls and what they do :-

  • get-function : API call prints all the information about the lambda function and even allows you to download code of lambda function.

  • list-versions-by-function : API call prints all the versions associated with the given lambda function.

  • list-layer-versions : API call prints all the layer versions associated with the given layer name.

  • invoke : API call to invoke the associated lambda function

  • update-function-configuration : API call allows you to modify lambda function and its configurations including ability to overwrite the current code of lambda.

  • get-layer-version-by-arn : API call which allows you to get all information about a particular version of layer using its arn including ability to download the layer code.

PreviousLambda - SecurityNextHacking Cloudbuild

Last updated 1 year ago