functions_framework 0.2.0 copy "functions_framework: ^0.2.0" to clipboard
functions_framework: ^0.2.0 copied to clipboard

outdated

FaaS (Function as a service) framework for writing portable Dart functions

0.2.0 #

  • BREAKING CloudFunction constructor paramaters target is now named and optional. If not specified, it defaults to the name of the annotated function. (Previously, it defaulted to the string 'function'.)
  • Detect if running on Google Cloud and generate logs appropriately.
  • Improved the error messages and exit codes for failures.
  • Correctly respond with 404 with requests for robots.txt and favicon.ico.

0.1.0 - 2020-11-23 #

This is a preview release of the Functions Framework for Dart to demonstrate http functions support only (cloudevent support is not yet implemented). This is a work in progress and currently does not pass conformance testing.

157
likes
0
pub points
88%
popularity

Publisher

verified publishercloud.google.com

FaaS (Function as a service) framework for writing portable Dart functions

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, http, io, meta, shelf, stack_trace

More

Packages that depend on functions_framework