Joseph Toronto
Joseph Toronto
**Describe the bug** Following the advice here: https://github.com/oieduardorabelo/top-level-await-in-aws-lamba-with-typescript I added the following to my esbuild config. ``` format: 'esm' outputFileExtension: '.mjs' platform: 'node' target: 'esnext' ``` The deployed function errors...
One of our servers is a development server which will frequenly go down/throw exceptions, etc.. during the development process and I want to ignore that server for the purposes of...
I'm using an ecosyste.config.js file. I need to pass in an argument when starting my app but only during post deploy startup. I know I can use ``` { "apps":...