Skip to content

Conversation

eduardoboucas
Copy link
Member

Summary

The listFunctions method in zip-it-and-ship-it has a parseISC option which, when enabled, runs the static analysis step and attaches in-source configuration data to each listed function.

It currently only uses the schedule property from that step. With this PR, it also includes routes and excludedRoutes, which in practice means we're able to know whether a request matches a given function without actually building it, as the output of listFunctions will now contain all the information needed.

@eduardoboucas eduardoboucas requested a review from a team as a code owner May 21, 2025 14:23
@JakeChampion JakeChampion enabled auto-merge (squash) May 21, 2025 20:46
@JakeChampion JakeChampion merged commit 5b7da6b into main May 21, 2025
33 checks passed
@JakeChampion JakeChampion deleted the feat/listfunctions-routes branch May 21, 2025 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants