I didn’t see this coming and I think it’s funny, so I decided to post it here.

  • tyler@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    6 hours ago

    You can write your glue nano-service in c/c++ if you want, it’s just that: glue. It doesn’t matter as long as you don’t need to change the original services which also can be written in whatever you want. Ruby, Python, JS just work out of the box with aws lambda and you don’t really have to maintain them or any sort of build infra so it allows for very little maintenance or upkeep cost. You don’t really test these glue lambdas either.

    • Valmond@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Things won’t be simpler just because you cut everything up in tiny tiny pieces (I mean it will be easier because it solves some surface level problem right now, pushing the real problem down the road), it creates a complexity of its own.