Sridhar

Results 17 issues of Sridhar

Update README so that other people can use this package. Can someone guide me on how to use this package?

i want to install only specific package instead of installing whole lambda_packages. How to do this?

Will this new version of Zappa support lambda_packages? I have a dependency for mysqlclient failing with the below error. ``` [ERROR] ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?...

Is there any specific reason for that? API gateways allows `-` character in stage name but the zappa regex does not allow this. Any specific reason the regex is not...

I have gone through the docs, but coudn't find any advanced usage options.

enhancement

# models.py ```py class InvestmentGroup(models.Model): name = models.CharField(max_length=200, blank=True, null=True) persons = models.ManyToManyField('Person', blank=True, related_name='investment_groups') lead_investor = models.ForeignKey( 'Person', blank=True, null=True, on_delete=models.CASCADE, related_name='lead_investment_groups' ) ``` # forms.py ```py class InvestmentGroupModelForm(forms.ModelForm):...

```yaml version: 0.2 batch: fast-fail: true build-matrix: static: ignore-failure: false env: privileged-mode: true dynamic: env: variables: WORKERS: - 1 - 2 - 3 phases: pre_build: commands: - npm install cypress...

![image](https://user-images.githubusercontent.com/59284206/142842409-254c2f8c-1d4f-43fa-87d5-38ac5b20d62e.png) How to remove unwanted dashboard information cards?

help wanted

``` No module named 'sshtunnel': ModuleNotFoundError Traceback (most recent call last): File "/var/task/handler.py", line 518, in lambda_handler return LambdaHandler.lambda_handler(event, context) File "/var/task/handler.py", line 262, in lambda_handler handler = cls() File...

need more information