Skip to content
#

lambda

Here are 951 public repositories matching this topic...

aws-data-wrangler

Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).

  • Updated Jul 8, 2022
  • Python
mcrowson
mcrowson commented Jun 13, 2021

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

enhancement good first issue feature-request
keithrozario
keithrozario commented Feb 6, 2021

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'

good first issue
thepabloaguilar
thepabloaguilar commented Jul 11, 2020

When we define a class like this:

def func():
    ...

class MyClass:
    my_func = lambda self, arg: arg

# or
class MyAnotherClass:
    my_func = func

The 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

enhancement good first issue hacktoberfest

Improve this page

Add a description, image, and links to the lambda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lambda topic, visit your repo's landing page and select "manage topics."

Learn more