GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
536 stars 54 forks source link

DRY up finishServerTest code and similar #416

Open kevmoo opened 1 year ago

kevmoo commented 1 year ago

Maybe make a gcp_test package or similar?

LOTS of duplicated code throughout this project!

bivens-dev commented 1 year ago

@kevmoo for what it’s worth I’d love a more generic GCP package. Functions framework is great but I’m also into a lot of other use cases such as gRPC services on Cloud Run for example.

Lots of things like your Cloud Native Event handling code and generally integrating with GCP infrastructure is exactly what I want but it’s currently coupled to this package.

kevmoo commented 1 year ago

@bivens-dev – agreed! But this is an unrelated bug! 😄