CodeGenieApp / CodeGenieApp/serverless-express
Expose setCurrentInvoke in typings
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 5.3k
- Forks
- 676
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Could you please add a TypeScript export for the `setCurrentInvoke` function?
[current-invoke.d.ts](https://github.com/vendia/serverless-express/blob/mainline/src/current-invoke.d.ts) only exposes `getCurrentInvoke`.
This is needed to set event and context when debugging locally using `app.local.ts`
Beitragsleitfaden
Rechercherichtung
Start with src/current-invoke.d.ts, which currently exposes getCurrentInvoke. Add the TypeScript export for setCurrentInvoke so app.local.ts can set the event and context while debugging locally; done means the function is available to typings users alongside getCurrentInvoke.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- backend
- Issue-Typ
- Feature
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100