webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

feat(handler-fastify): add fastify as handler into the system

Open brunozoric opened this issue 2 years ago • 2 comments

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.

brunozoric avatar Jul 20 '22 09:07 brunozoric

/cypress

brunozoric avatar Aug 05 '22 08:08 brunozoric

Cypress E2E tests have been initiated (for more information, click here). :sparkles:

github-actions[bot] avatar Aug 05 '22 08:08 github-actions[bot]