-
-
Notifications
You must be signed in to change notification settings - Fork 806
Feature / add alb support #1250
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
Conversation
| requestContext: { | ||
| elb: { | ||
| targetGroupArn: | ||
| 'arn:aws:elasticloadbalancing:us-east-1:550213415212:targetgroup/5811b5d6aff964cd50efa8596604c4e0/b49d49c443aa999f', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to me that this hardcoded value needs to be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
definitely, let's replace it with a dummy arn for target group
|
Hi guys! This PR looks promising and is actually quite needed for the community. Shall we proceed with it? |
| requestContext: { | ||
| elb: { | ||
| targetGroupArn: | ||
| 'arn:aws:elasticloadbalancing:us-east-1:550213415212:targetgroup/5811b5d6aff964cd50efa8596604c4e0/b49d49c443aa999f', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
definitely, let's replace it with a dummy arn for target group
| process.exit(1) | ||
| } | ||
|
|
||
| // TODO move the following block |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that supposed to be addressed in this PR?
|
Is there any progress on this? Otherwise I'm happy to take it on |
|
1 yo PR with conflicts, please feel free to reopen. |
|
This is the author coming back to maintain his repo, sorry for the harsh decision. |
|
Unfortunately I don't have enough capacity and context at the moment. So don't wait for me please. |
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Based on: - dherault#1250 by bayoumymac - https://github.com/tmaslen/serverless-local-alb-example by tmaslen
Description
Recently aws ALB received support for lambdas as a target group, there are some advantages for using ALBs instead of apigw, a quick google search will show multiple articles about the topic
Motivation and Context
closes #598
with many people using alb events for lambdas, it will be really helpful to have alb emulation
How Has This Been Tested?
Screenshots (if appropriate):