-
Updated
Feb 23, 2022 - Python
lambda
Here are 951 public repositories matching this topic...
-
Updated
Jun 28, 2022 - Python
-
Updated
Jun 25, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
Mar 4, 2022 - Python
Help the project :)
Hey guys,
I recently switched jobs, and a bit busy these days, and for some reason the volume of issues/requests has increased slightly over the last few weeks.
I'm looking for someone to help me manage the repo, verify pull requests, answer some issues? All I can offer is your name somewhere in the readme (and a coffee/beer if you're in Singapore !)
If you're interested let me know, it'
Should add a section to the docs for third-party examples and guides using Mangum
-
Updated
Jan 17, 2018 - Python
Make all the Lambda functions use Arm64 instead of x86_64.
-
Updated
May 4, 2022 - Python
-
Updated
Oct 20, 2018 - Python
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 25, 2021 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Nov 13, 2019 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 1, 2022 - Python
-
Updated
Jun 20, 2022 - Python
When we define a class like this:
def func():
...
class MyClass:
my_func = lambda self, arg: arg
# or
class MyAnotherClass:
my_func = funcThe coverage plugin will consider the my_func as coveraged without any tests.
This behavior is expected because for it the my_func is an attribute!
I think it will be great use the normal signature, this will en
-
Updated
Feb 21, 2022 - Python
Improve this page
Add a description, image, and links to the lambda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lambda topic, visit your repo's landing page and select "manage topics."
Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If