You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
As of today, deploying an application to AWS Lambda via Waypoint requires using an AWS ALB. This is great, but can be costly depending on traffic patterns.
Describe the solution you'd like
I would like to deploy using an API Gateway as an endpoint. The API Gateway pricing seems more straight-forward to me, which makes it more attractable as an option.
Describe alternatives you've considered
Right now, only ALB is supported as an endpoint. So there is no other alternative.
Explain any additional use-cases
Mainly just quick proof of concepts. API Gateway feels like a better fit for this.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Hey @jason-riddle ! Thanks for the feature request. This sounds like a great idea.
Currently we have a pull request with AWS/Lambda here #3187 which will give you one option that isn't AWS ALB. Let us know if you think this will fit your use-case/feature request! Thank you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
As of today, deploying an application to AWS Lambda via Waypoint requires using an AWS ALB. This is great, but can be costly depending on traffic patterns.
Describe the solution you'd like
I would like to deploy using an API Gateway as an endpoint. The API Gateway pricing seems more straight-forward to me, which makes it more attractable as an option.
Describe alternatives you've considered
Right now, only ALB is supported as an endpoint. So there is no other alternative.
Explain any additional use-cases
Mainly just quick proof of concepts. API Gateway feels like a better fit for this.
Additional context
None.
The text was updated successfully, but these errors were encountered: