Skip to content

New pattern submission New pattern submission #2660

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

Open
vamsipulikonda opened this issue Feb 3, 2025 · 0 comments
Open

New pattern submission New pattern submission #2660

vamsipulikonda opened this issue Feb 3, 2025 · 0 comments

Comments

@vamsipulikonda
Copy link
Contributor

To submit a template to the Serverless Patterns Collection, submit an issue with the following information.

Note the following information for the model:

  • Description - This article talks about integrating an Amazon API Gateway REST API with an Application Load Balancer using the workarounds as integration between REST APIs and Application Load Balancers (ALBs) has some limitations. Direct integration is only possible with public ALBs using API Gateway's HTTP integration feature. Private ALBs cannot be directly integrated with API Gateway.
    To work around this limitation for private ALBs, a multi-step approach is necessary. First, create an API Gateway VPC link. Then, connect the VPC link to a private Network Load Balancer (NLB). Finally, configure the NLB to forward incoming requests from API Gateway to the private ALB. This setup allows API Gateway to communicate with private ALBs indirectly, enabling the use of private ALBs in API architectures while maintaining the benefits of API Gateway management.

  • Resources - https://repost.aws/knowledge-center/api-gateway-application-load-balancers

  • Framework : YAML

  • Author bio :
    Author Name : Vamsi Pulikonda
    Linkedin - https://www.linkedin.com/in/vamsipulikonda/
    Bio: I am a cloud computing enthusiast working as a Cloud Engineer at Amazon Web Services. I am also SME for API Gateway service.

You must ensure that the sections of the model README.md are completed in full.

GitHub PR for template:

#2659

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant