webiny-js
webiny-js copied to clipboard
feat(handler-fastify): add fastify as handler into the system
Changes
Switch out our custom handler, handler-aws, handler-http and handler-args with fastify. Through handler-fastify-aws (will be renamed to handler-aws) we support handling of:
- API Gateway events
- S3 events
- Raw events
- DynamoDB events
- EventBridge events
- SQS Events
How Has This Been Tested?
Jest.
Note
User project will require an upgrade. Documentation on how to add routes and events.
/cypress
Cypress E2E tests have been initiated (for more information, click here). :sparkles: