aws-lambda
Here are 5,812 public repositories matching this topic...
-
Updated
Apr 8, 2021 - Python
-
Updated
Nov 18, 2020 - Go
-
Updated
Apr 19, 2021 - Python
-
Updated
Apr 15, 2021 - JavaScript
-
Updated
Apr 9, 2021 - Shell
-
Updated
Apr 20, 2021 - TypeScript
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 3, 2021 - JavaScript
-
Updated
Apr 20, 2021 - Python
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Apr 20, 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
-
Updated
Apr 3, 2021 - TypeScript
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!
Which Category is your question related to?
API
Amplify CLI Version
4.39.0
What AWS Services are you utilizing?
API, Auth, Function
Provide additional details e.g. code snippets
I'm trying to configure an HTTP resolver to call a step function. The url needs the correct aws region. I know you can pass the environment like so ${env} but I couldn't find anything in t
Describe the bug
The rewrites configuration also supports an object, but this does not currently work in the default Lambda. https://nextjs.org/docs/api-reference/next.config.js/rewrites
Rewrites are applied after checking the filesystem (pages and /public files) and before dynamic routes by default. This behavior can be changed by instead returning an object instead of an array from t
-
Updated
Mar 25, 2021 - Go
-
Updated
Mar 1, 2020
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):
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 20, 2021 - JavaScript
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
Apr 10, 2021
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
Hello, we would like to make the TargetGroup names more predictable / human readable when using AWS Lambda with ALB. There are several reasons for this but mostly because we would like to make the CloudWatch Metrics easier to use (when displayed on dashboards, when creating alarms, ...).
From what I understand today the name is created with a hash, even though it's p