README
Expressless
Uses mocked Express.js req
and res
objects to wrap middleware in a AWS Lambda/Serverless Framework handler function. Still in early stages of development.
Wrapper for express.js middleware to run in AWS Lambdas/Serverless Framework
<script type="module">
import slsExpressless from 'https://cdn.skypack.dev/sls-expressless';
</script>
Uses mocked Express.js req
and res
objects to wrap middleware in a AWS Lambda/Serverless Framework handler function. Still in early stages of development.