$ cat ~/wolfe.id.au/index.md

Docker

term  ·  2 entries
  1. RIP AWS Go Lambda Runtime

    Amazon Web Services (AWS) is deprecating the go1.x runtime on Lambda , this is currently scheduled for December 31, 2023. Customers need to migrate their Go based lambda functions to the al2.provided runtime, which uses …

    #002
  2. Development with Webpack and Docker

    This describes how to develop front-end projects with webpack inside a docker container using boot2docker on OSX. So firstly why would we even do this? The main aim of using docker for development is: Portable build …

    #001