Link to home
Start Free TrialLog in
Avatar of Venkatesh Nagilla
Venkatesh Nagilla

asked on

Deployment script for AWS Lambda and rest of the project

In AWS we have Lambda code and rest of the project is using AWS Glue code. Now, I need to have 2 Jenkins configurations in one yaml file one is for lambda and one is rest of the project. How can i achieve this?

Deployment script for Serverless and rest of the project in single yaml file with two different Jenkins configurations.

Thanks in advance.
Avatar of Phil Phillips
Phil Phillips
Flag of United States of America image

For the Lambda part...

Serverless is just a node module, so within the Jenkins script (probably post build), you can have something along the lines of:

- npm install -g serverless
- serverless deploy

Open in new window

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.