Can we use express js as middleware in Forge?

Hi Team,

We are trying to build a Forge app for Jira Cloud where we need to modify request and response objects.
Can anyone please let us know how can this be achieved in Forge?
Is it is possible to use Express JS with Forge to modify request and response objects?

Thanks & Regards,
Preethi H R

:wave:
Although forge runs on AWS lambda, creating functions for forge is a different experience due to the forge runtime.

The function handlers do not receive request or response objects. I would not consider them normal lambda functions and would not try to impose development or design patterns on them that are more common for other serverless platforms.

1 Like