CircleCI-Public / aws-sam-serverless-orb

AWS serverless Orb
https://circleci.com/orbs/registry/orb/circleci/aws-sam-serverless
MIT License
11 stars 25 forks source link

Add --parallel parameter #52

Closed rsorelli-hedgepoint closed 1 year ago

rsorelli-hedgepoint commented 1 year ago

Describe Request:

This orb doesn't allow using the parameter --parallel to build multiple lambdas at the same time

Examples:

sam build --template template.yaml --parallel

Supporting Documentation Links:

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html

brivu commented 1 year ago

Hey @rsorelli-hedgepoint!

Thanks for opening this issue. I am working adding a build_arguments parameter to the sam/build command and sam/deployjob that will enable you to add additional flags to thesam buildcommand like--parallel`.

We'll be looking to cut a new major release soon, which will include this feature.

Thank you!

Best, Brian