I am looking to make use of the native import/export that comes with ES6. I am using Serverless Containers within AWS Lambda. I have my Dockerfile which looks like this: I then have an app directory with my application code. The app.js code looks like this: As you can see from this line import { success } from ‘./utils/log’; I