-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with AWS Lambda #33
Comments
Hey @akahen, thanks for opening an issue for this. Would love to hear more about how you would use App Mesh with Lambda:
|
I would love a use case of APIgateways and lambdas to give you the answer above. Many api gateways against many lambdas with S3 /cloudfront frontend. This is a pretty common pattern. |
Mainly APIGateway + Lambdas and AppSync. Are you planning to add a wrapper like X-Ray? Or go really down-level and talk with the Nitro/Hyperplane team (the "Mesh everything" world)? |
We'd love to hear more customer use cases before narrowing down on the approach, but both ideas are interesting! |
I think giving Appmesh the ability to directly invoke a lambda would be extremely powerful. For instance I've used Kong in the past to invoke Lambda on an HTTP request and used it as an arbiter between services that run in lambda and those that run in docker or some other long running process. The implications of having a mesh that can interface EKS/Docker/ECS directly with Lambda are huge. |
We have an API server with many endpoints. It's currently implemented as a monolithic service, and we are transitioning it into a set of micro-services, each of which handles a subset of the API's routes. Some of the micro-services are implemented in containers, and many will be implemented as lambdas. So having requests routed to both containers and lambdas is super-useful. |
We have a ton of Lambdas running in basically three "layers". External (API's, datatransformation, validation), Internal (backe-end) and "workers" (schedulers, calling other API's, etc.). So, for us it would be mostly about triggering µServices (=Lambdas) and Tasks, but as we are very familiar with (and love!) Lambdas we'd be happy if it is implemented in all parts (as a choice). |
Our team currently has API Gateway that routes to several different lambdas that have several nested layers. We are migrating some of those lambdas to Fargate/ECS and would love to use App Mesh with to manage all of the communication between the microservices. In order to do that though, we need to be able to have Given the general "newness" of Fargate and App Mesh, I expect many teams like ours would be coming out of the woods to migrate from Lambda -> Fargate/ECS to mitigate some of Lambdas current pitfalls (cold start times especially in VPCs, concurrent request handling and deduping due to container request level isolation, difficulty of change management for larger more complex systems, etc). |
We are looking for solutions to call a virtual service in app mesh directly through aws lambda. Is this usecase a subset of this request? |
Would love to see something that fixes the issues that Charles described. |
+1 on having it invoke Lambda |
we could definiitely see a use case for lambda's behind an API Gateway |
+1 for this feature. Currently our application uses both Lambdas and Containerized microservices. I have been searching for a framework that would allow service discovery across both these types of microservices. What I have found so far is a framework called, Gloo. This framework pretty much solves the problem (also using envoy by the way), but introduces a third party API Gateway into the mix. I'd be very interested to use stock AWS Services to achieve the same result as I am leery to introduce a third party mesh into our application. I'm glad to see that this is in the roadmap, if only in the researching phase. |
+1. We have a lot of workloads in containers today that really are either static content or simple stateless microservices that could easily run in Lambda. It would be great to have a service mesh across functions and containers so we can provide the same security tools/layer regardless of where the code runs. |
Really disappointing this does not have higher priority after six months. :-( |
+1 We have a mix on fargate containers and lambdas and it'd be great to have service mesh that covers both. |
@akahen Is there any new messages of App Mesh Integration with AWS Lambda? |
@Chcp Thanks for your continued interest. Our roadmap project continues to be up to date on the features we're actively working on. If you have any additional input on your use case, please do let us know here so we can incorporate it into our research. |
Hi @efe-selcuk , thanks for your reply. |
Hi @Chcp we will update here when we start working on this, we are targeting this feature for next year at this point. Can you please elaborate on what features you need beyond what you can get with API Gateway? |
Hi @shubharao , |
Hi @shubharao, do you guys have an update for us in terms of when you will start working on this feature OR the app mesh features that will support? |
Does anyone know a date when the feature will be launched where AppMesh can directly trigger a Lambda? |
I'm a bit confused, since some AWS-authored posts mention AWS Lambda as one of the supported use cases. For example: "App Mesh dynamically scales to hundreds of thousands of pods, tasks, EC2 instances, and Lambda functions, adjusting configuration changes accordingly as instances scale up, down, and restart." Are these blog posts wrong? |
here is a roadmap - maybe useful : https://github.com/aws/aws-app-mesh-roadmap/projects/1 |
The issue is tagged with "Phase: working on it" As per the FAQ on https://github.com/aws/aws-app-mesh-roadmap:
So it's "couple of month out" + "give" (i'm presuming) + "further out". Fingers crossed for seeing this released before the end of the year, or Q1 of next :) If you need something now I would look at other options ... |
Any further progress on this subject? |
It's not just this, #111 is a key part too. |
With the introduction on Lambda Extensions I would expect this task to be simplified. Looking at the comments above there is a lot of pent-up demand for this capability so please can we have an update? |
Could you share with us a little more detail on how that's going to work? Are we going to need an API Gateway or will a Virtual Gateway be able to trigger a Lambda directly? Right now the API Gateway 30 seconds call limit is a huge deal breaker for AWS managed serverless adoption in my company, so if the second case could be supported that would be awesome. |
@CarlosDomingues I don't work at AWS anymore, so I can't comment much. I can tell you, however, that most likely it will use a virtual gateway and won't take a dependency on API Gateway. |
Hello folks, I just noticed that this issue was moved from Researching to Accepted. What does this mean for the feature? Are you not working on it anymore? |
Six months and not a peep from anyone at AWS and going on three years since this ticket was introduced… |
I am hoping for a ReInvent announcement on this one? |
Any update on this issue?? |
No specific date yet, but this is definitely on App Mesh roadmap. Building the right experience for mesh to Lambda and Lambda to mesh communication is not straightforward. The next step for us is to post a proposed API design here to collect feedback. |
Any updates? |
Find it rather astonishing, this issue, to integrate with AWS's own preeminent serverless Lambda capabilities is now three years old. On the roadmap itself (https://github.com/aws/aws-app-mesh-roadmap/projects/1#card-19515381) it has more upvotes than all of the items in We're Working On It, and is only a few dozen upvotes shy of having more votes than everything in the Researching column too. Yet it still languishes in Accepted. |
When will this one get worked on? I saw it on the roadmap with very high upvotes but it's not in the current work yet. |
@beam-freshket – it's not on our immediate roadmap, and we don't anticipate to release Lambda integration this year. The public roadmap is just one of the tools that we use to collect customer feedback on features. At every moment in time, we work on the top priority projects for our customers, and Lambda integration is not one of them right now. |
The year is 2022... we have survived COVID... dodged WW3... heading into hyper inflation BUT still no lambda support ? PS there is still time to make reInvent:2022 ! |
Been following this critical feature request for a long time. After THREE YEARS of waiting for AWS to get into gear on this but seeing nothing other than waffling and often outright lack of response we finally gave up in May, and have since moved forward with a wholly different approach. |
When an AWS architect suggested us the AppMesh it turned out to be... poor experience. One of the reasons is - missing features like this one. To some extent we can use the newly released AWS feature - Lambda URLs instead. |
Hi there! Any luck with native lambda integration? 🥺 |
I haven't tried that yet, but during reInvent:2022 they announced VPC Lattice, which looks like a simpler version of App Mesh that also supports Lambda Functions. Check this Reddit thread for some discussion. |
What different approach did you decide to move forward with? (If you don't mind me asking) |
I was following this issue but seems like vpc lattice will be a better long-term approach. |
No description provided.
The text was updated successfully, but these errors were encountered: