AWS - sharing jars or business logic across multiple lambdas

0 votes
Let me give the scenario, I have a small application with java projects or jar files holding business logic. These logic codes for jar files reside on individual lambas, more than twenty of them.

The problem is with every logic change I have to re deploy lambdas. So they are on the same page.

Can we point out S3 buckets and let my lambdas include the jar as they are run? That way I will only have to re deploy codes.Can AWS Code Pipeline be an option?
May 7, 2018 in Cloud Computing by brat_1
• 7,200 points
388 views

1 answer to this question.

0 votes
See if you can set up a strong CI/CD pipeline that automates the deployments, so that with each library update, you should be able to update the Lambdas. Using AWS Code Pipeline is just an option.

You may face problems when you use S3 to store the Jar and download (to /tmp folder in Lambda) it upon execution is that it will affect the application performance even if you download it and execute the code with reflection.

I hope this helps though
answered May 7, 2018 by DragonLord999
• 8,450 points

Related Questions In Cloud Computing

0 votes
1 answer

Can we hit a web page regularly in AWS & get a notifications if it fails or goes down

Yes, it is possible to do so. ...READ MORE

answered May 9, 2018 in Cloud Computing by Meci Matt
• 9,460 points

reshown Aug 15, 2018 by Vardhan 416 views
0 votes
1 answer

AWS: Modifying or Changing EC2 Key Pair

SSH key is a file, created in ...READ MORE

answered May 17, 2018 in Cloud Computing by hemant
• 5,790 points
334 views
0 votes
1 answer

How do I create or build an AMI in AWS?

Building of an AMI can be initiated ...READ MORE

answered Jul 16, 2018 in Cloud Computing by brat_1
• 7,200 points
441 views
0 votes
1 answer

In what language is AWS Management Console developed or written?

Since AWS Management Console is a web ...READ MORE

answered Jul 16, 2018 in Cloud Computing by Gopalan
• 1,360 points
4,678 views
0 votes
2 answers

Which is better azure devops or aws devops?

Azure DevOps, a part of Microsoft's cloud ...READ MORE

answered Jan 8 in Cloud Computing by anonymous
• 700 points
2,008 views
+3 votes
3 answers

Is there a way to install apache drill on an EMR cluster on AWS that is already Running?

It looks to be trying to get ...READ MORE

answered Oct 11, 2018 in Cloud Computing by findingbugs
• 4,780 points
2,023 views
+4 votes
4 answers

AWS S3 cli isn’t working on Windows server

The error message has nothing to do ...READ MORE

answered Aug 20, 2018 in Cloud Computing by Priyaj
• 58,090 points
1,220 views
+3 votes
3 answers

Is it possible to delete a API in AWS API Gateway?

Yes, it is possible to delete an ...READ MORE

answered Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
4,203 views
0 votes
1 answer

How do secure data on cloud or cloud platforms like AWS?

The most efficient way of securing data ...READ MORE

answered Jul 17, 2018 in Cloud Computing by DragonLord999
• 8,450 points
401 views
+1 vote
2 answers

What if I delete default VPC in AWS?What are the consequences?

If you wish to recreate the default ...READ MORE

answered Apr 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
5,646 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP