feral icon indicating copy to clipboard operation
feral copied to clipboard

Feral cats are homeless, feral functions are serverless

Results 92 feral issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [com.eed3si9n:sbt-buildinfo](https://github.com/sbt/sbt-buildinfo) from `0.11.0` to `0.12.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-buildinfo/releases/tag/v0.12.0) - [Version Diff](https://github.com/sbt/sbt-buildinfo/compare/v0.11.0...v0.12.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

I had trouble rendering a page because content-type is not correctly passed to API gateway when using REST API. This problem is not present when using HTTP integration and I...

## About this PR 📦 Updates [co.fs2:fs2-io](https://github.com/typelevel/fs2) from `3.9.4` to `3.10.0` 📜 [GitHub Release Notes](https://github.com/typelevel/fs2/releases/tag/v3.10.0) - [Version Diff](https://github.com/typelevel/fs2/compare/v3.9.4...v3.10.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.13.12` to `2.13.13` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.13.13) - [Version Diff](https://github.com/scala/scala/compare/v2.13.12...v2.13.13) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.18` to `2.12.19` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.19) - [Version Diff](https://github.com/scala/scala/compare/v2.12.18...v2.12.19) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

Supercedes #456 - Adds lambda-natchez module - Adds lambda-otel4s module - Traces lambdas with semantic conventions applied - Adds otel4s examples - Add scalafix migration to port natchez package imports...

Building on https://github.com/typelevel/feral/issues/339, we can then integrate otel4s directly into `IOLambda`, following these additional semantic conventions: - https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/instrumentation/aws-lambda/

enhancement

Documentation: https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#advanced-node.js-usage Vercel expects you to export a function whose signature is compatible with the argument to Node.js [`createServer`](https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener) method. Fortunately there is already an implementation of such a function...

enhancement
help wanted

scala-cli is extremely convenient for packaging a small Scala project into a deployable artifact (e.g. Jar or JS file). We should make some instructions how to do this and then...

documentation

OTel defines some semantic conventions for FaaS "function-as-a-service". A feral-otel4s integration module might be a good place for helpers to live. - https://opentelemetry.io/docs/reference/specification/metrics/semantic_conventions/faas-metrics/ - https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/faas/

enhancement