Sign inSign up

ankitjodhani/alb_root_api

By ankitjodhani

Updated over 2 years ago

Image
0

240

ankitjodhani/alb_root_api repository overview

Note:

  • there are total of 4 images including this one which are built to demonstrate the ALB ingress context path-based routing.

list of images

  • ankitjodhani/alb_root_api
  • ankitjodhani/java
  • ankitjodhani/python
  • ankitjodhani/golang

ankitjodhani/alb_root_api

app.get("/*",(req,res,next)=>{

    res.status(200).json({
        message: `You just typed ${req.url}`,
        text: `This is root URL right? if you are using context path based routing then plase keep it last (Listner priority order) 😀`
    })
});

Tag summary

Content type

Image

Digest

sha256:4d2716c70

Size

53 MB

Last updated

over 2 years ago

docker pull ankitjodhani/alb_root_api