aws-lambda
Here are 7,109 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Python
-
Updated
Apr 19, 2022 - Python
-
Updated
Sep 27, 2021 - Go
-
Updated
Mar 22, 2022 - Shell
-
Updated
Apr 25, 2022 - TypeScript
-
Updated
Apr 22, 2022 - JavaScript
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
Issue Summary
Building with serverless
results in an error:
Build error occurred
TypeError: Class extends value undefined is not a
-
Updated
Apr 26, 2022 - Python
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Dec 24, 2021
-
Updated
Apr 23, 2022 - JavaScript
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 20, 2022 - TypeScript
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/master/CONTR
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
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
Apr 20, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Go
A user reported that include 'foo.thrift'
from the same directory resulted in the file not being found. Thrift include
statements include relative to the current directory first and then search include paths set by -I
options. Pants dependency inference currently only infers a dependency for includes relative to a source root.
Pants should infer a dependency for same directory includes as
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 12, 2022
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."
Is there an existing issue for this?
Use case description
Currently, we have websocket-related properties configured directly on
provider
level:provider.websocketsApiName
provider.websocketsApiRouteSelectionExpression
provider.websocketsDescription
This is not consistent with how
iam
,httpApi
or