I am trying to deploy multiple lambdas via bitbucket pipeline.
The code for all the lambdas reside in a `lambda/<lambda_name>` folder in the bitbucket repository.
With bitbucket pipe, it just deploys one lambda. Can someone help in figuring out how to deploy multiple lambdas via similar process?
I think all you have to do is adding multiple "pipe" sections to your Bitbucket pipeline definition.
Look at this page to see samples where it deploys Lambdas to multiple environments (staging and production, e.g.): https://bitbucket.org/atlassian/aws-lambda-deploy/src/master/
I'd think that deploying multiple Lambdas to the same environment should be done similarly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.