aws-lambda
Here are 7,171 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Python
-
Updated
May 12, 2022 - Python
-
Updated
Sep 27, 2021 - Go
-
Updated
May 5, 2022 - Shell
-
Updated
May 12, 2022 - TypeScript
-
Updated
May 12, 2022 - JavaScript
-
Updated
Apr 27, 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
May 12, 2022 - Python
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Dec 24, 2021
-
Updated
May 11, 2022 - JavaScript
-
Updated
May 12, 2022 - Python
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
May 9, 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
May 11, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Go
Today we detect if __name__ == "__main__"
in a file as indicating that it's an entry point to a binary.
However in Python a __main__.py
can also act as the entry point to the package containing it, so
it would be great for tailor to generate the appropriate target in that case.
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 26, 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