aws-lambda
Here are 5,511 public repositories matching this topic...
-
Updated
Jan 12, 2021 - Python
-
Updated
Nov 18, 2020 - Go
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Dec 16, 2020 - Shell
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Jan 16, 2021 - JavaScript
-
Updated
Jan 22, 2021 - JavaScript
If we override PHP_INI_SCAN_DIR then the "special php.ini" files will not be used.
Ie: https://github.com/brefphp/bref/blob/0.5.9/runtime/layers/fpm/php.ini
Currently, FastAI artifact code is not tested: https://codecov.io/gh/bentoml/BentoML/tree/master/bentoml/frameworks
We would want to add an integration test suit to test its functionalities including save, load, and run inference from API server. The setup should be similar to other integration tests that can be found here: https://github.com/bentoml/BentoML/tree/master/tests/integration
-
Updated
Dec 3, 2020 - JavaScript
Hi,
I wanted to enable binary support on API gateway, but could not find the way to do it via component's inputs.
Is this something that you would consider adding in the future?
If so, I can try to add this feature. It doesn't look too complicated.
Thanks!
-
Updated
Jan 22, 2021 - JavaScript
-
Updated
Jan 20, 2021 - JavaScript
-
Updated
Jan 4, 2021 - Go
-
Updated
Mar 1, 2020
Is your feature request related to a problem? Please describe.
Currently both lambdas can only have the same arn role (if set). However it would be better to follow the same approach that there is for the name field
roleArn:
defaultLambda: arn
apiLambda: arn
The reason I say this is because I wouldn't want to give the defaultLambda access to the database.
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
fx access HTTP endpoint of docker engine to do image build and container run, but currently fx make docker endpoint to support HTTP with "socat" with docker run https://github.com/metrue/fx/blob/master/provisioner/darwin/darwin.go#L18, it'd would be great to migrate it to Go.
-
Updated
Jul 17, 2020 - HTML
-
Updated
Jan 19, 2021 - JavaScript
-
Updated
Jan 23, 2021
-
Updated
Jan 19, 2021 - Python
-
Updated
Nov 10, 2019 - JavaScript
-
Updated
Mar 25, 2020 - JavaScript
Improve this page
Add a description, image, and links to the aws-lambda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-lambda topic, visit your repo's landing page and select "manage topics."
Use case description
I was wondering if it would be possible to add the enabled boolean flag to the API key settings in the serverless.yml file.
Proposed solution
My proposal would be creating something like this: