identify secrets/sensitive information in AWS Lambda Environment Variables?

is there a J1 query we can be use to identify secrets/sensitive information in AWS Lambda Environment Variables.

Answers

  • jdowdy
    jdowdy ✭✭✭✭✭
    This should help!:
    FIND * WITH _class ~= "Endpoint" THAT HAS Gateway
    otherwise,
    FIND ApplicationEndpoint THAT HAS Gateway
    is another more specific starting place to start narrowing it down from.

This Month's Leaders