fun icon indicating copy to clipboard operation
fun copied to clipboard

ƒun - Local serverless function λ development runtime

Results 27 fun issues
Sort by recently updated
recently updated
newest added

This adds initial support for ruby using the system installed version (in PATH). These are references: - https://github.com/seapy/aws-lambda-custom-runtime-builder-for-ruby - https://hub.docker.com/r/lambci/lambda `lambci/lambda:ruby2.5`

I am trying to use the `python3.7` runtime and it errors out on ``` ModuleNotFoundError: No module named 'requests' ``` `requests` is a dependency of a module I am including...

- change handler to conform to test expectation - change bootstrap.rb server address to use `AWS_LAMBDA_RUNTIME_API` from ENV - change bootstrap.rb to load lambda handler properly from `LAMBDA_TASK_ROOT` - add...

#31 Hi ~ I need this feature to speed up the cold start , decresing the downloading time . thks very much !

As you can see [here](https://sentry.io/organizations/zeithq/issues/1116721129/?referrer=slack), we're currently having a problem where the process crashes: ![image](https://user-images.githubusercontent.com/6170607/62229007-12f9d880-b3bf-11e9-9d4c-360e9eeeaad2.png)

bug

Possibly using [CircleCI for Windows beta](https://ideas.circleci.com/ideas/CCI-I-633), or [AppVeyor](https://www.appveyor.com/).

| Name | Identifier | JDK | | -- | -- | -- | Java 8 | java8 | java-1.8.0-openjdk https://docs.aws.amazon.com/lambda/latest/dg/java-programming-model.html https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

| Name | Identifier | | -- | -- | Ruby 2.5 | ruby2.5 https://docs.aws.amazon.com/lambda/latest/dg/lambda-ruby.html https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html