aws-lambda
Here are 5,574 public repositories matching this topic...
-
Updated
Feb 9, 2021 - Python
-
Updated
Nov 18, 2020 - Go
-
Updated
Feb 12, 2021 - Python
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Shell
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 13, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Jan 27, 2021 - JavaScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 11, 2021 - Python
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
-
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
Feb 7, 2021 - JavaScript
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jan 26, 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
Feb 1, 2021 - JavaScript
-
Updated
Feb 13, 2021 - Python
-
Updated
Jan 23, 2021
-
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."
The AWS Cognito have an
EnabledMfasoption and it must not exist in config ifMfaConfigurationis OFF. So I need to remove it from resource config by setingEnabledMfas = null (or undefined)serverless.yml