Skip to content

Creates a hello world lambda behind an application load balancer, using this method avoids the 60 second request time limitation of API gateway.

Notifications You must be signed in to change notification settings

dbnewman/lambda-alb-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-alb-helloworld

Required Github secrets

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION
AWS_VPC_ID
AWS_PUBLIC_SUBNET_1
AWS_PUBLIC_SUBNET_2
AWS_BUCKET_NAME
TIMEOUT_PERIOD

What does this do?

This project will create a lambda in AWS via cloudformation, and serve its responses via HTTP using an Application Load Balancer.

Some projects will require an API to have a timeout period exceeding 60 seconds, in cases like this API Gateway is not suitable and you must use either Cloudfront, or ALB.

About

Creates a hello world lambda behind an application load balancer, using this method avoids the 60 second request time limitation of API gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages