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
This pattern registers the lambda function as the target for the Application Load Balancer using the serverless framework.
When the load balancer endpoint is hit in the browser, if the specified URL (/hello) path matches, it triggers the lambda function & the file (hello) is downloaded in your local system with the output from lambda function.
Application Load Balancer with Lambda as a target
Description
This pattern registers the lambda function as the target for the Application Load Balancer using the serverless framework.
When the load balancer endpoint is hit in the browser, if the specified URL (
/hello
) path matches, it triggers the lambda function & the file (hello) is downloaded in your local system with the output from lambda function.Additional Resources
Framework
Serverless Framework
Author Bio
GitHub PR for template:
#1450
The text was updated successfully, but these errors were encountered: