NLockwood325807 (Community Member) asked a question.

How to package multiple Lambdas into one "file" for static scanning?

We have a few applications in AWS that utilize multiple Lambdas per application. We want to have all the lambdas per application packaged together and scanned via static analysis. We want to do this, rather than 1 Lamba is 1 application, for a number of organizational reasons.

Any insights would be very helpful.


lucas.ferreira likes this.
  • hello @NLockwood325807 (Community Member)​ 

     

    I suppose that this approach is not recommended and even best practice. A lambda is a small app that work for a specific reason. Thinking as a manager side, I need to track the history and health of each lambda separately to see if each app is reaching the security metrics difined.

     

    If you compile all lambdas inside one profile, and vulnerabilities are discovered in near future into different lambda apps, the reports, tracking and management are going to be confusing

    Expand Post

Topics (3)

No articles found
Loading

Ask the Community

Get answers, share a use case, discuss your favorite features, or get input from the community.