whook icon indicating copy to clipboard operation
whook copied to clipboard

Allow ALB to target whook in a lambda

Open nfroidure opened this issue 5 years ago • 1 comments

As an alternative to wrap each handlers into their own lambda functions, we could simply target the whole whook server into a single function and make the AWS Load Balancer target it.

See : https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html And : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/4e78c523d1d7be08dfe6c47ef84b473eaacc98f8/types/aws-lambda/trigger/alb.d.ts

nfroidure avatar Dec 19 '20 07:12 nfroidure

Also check for CloudFront : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/4e78c523d1d7be08dfe6c47ef84b473eaacc98f8/types/aws-lambda/common/cloudfront.d.ts

nfroidure avatar Dec 19 '20 08:12 nfroidure