Skip to content

Instantly share code, notes, and snippets.

@EdyVision
Last active July 8, 2019 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdyVision/164a5293e9602dfe558f97bda8d9e517 to your computer and use it in GitHub Desktop.
Save EdyVision/164a5293e9602dfe558f97bda8d9e517 to your computer and use it in GitHub Desktop.
Serverless Offline Port for Tests
module.exports.getSlsOfflinePort = () => {
return process.env.PORT || '3005';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment