README
Serverless utils
Installation
npm install --save sls-utils
Test
$ npm run test
# test single file
$ npm run test -- src/Filename.test.js
Usage
See examples to know how to use.
Serverless utils
<script type="module">
import slsUtils from 'https://cdn.skypack.dev/sls-utils';
</script>
npm install --save sls-utils
$ npm run test
# test single file
$ npm run test -- src/Filename.test.js
See examples to know how to use.