apparently i was missing the @app.function_name for every function and i had to fix the imports from
from . import RSSNewsletter
to
import RSSNewsletter