-
## Describe the bug
Despite following the steps to configure email notifications via AWS Console, notifications are not appearing in my inbox after uploading eicar test file to my S3 bucket. …
-
https://hands-on.cloud/terraform-deploy-python-lambda-container-image/
https://github.com/davidfox87/pulumi-mlflow-aws-ecs-fargate/blob/main/infra/ml_workflow_lambdas/__main__.py
-
### Environment
SaaS (https://sentry.io/)
### Steps to Reproduce
1. Create a Lambda function that initializes Sentry like this:
```python
import sentry_sdk
import sentry_sdk.integrations.aws_lambda…
-
### Description:
A sam template that contains `AWS::CloudFormation::Stack` instead of `AWS::Serverless::Application` will report an "Error: 'NoneType' object has no attribute 'startswith'" along wi…
-
## Context
I'm doing a lambda that need boto3 1.4.8 but actually aws lambda works with the 1.4.7 version, I can solve that including boto3 in the zip file but zappa doesn't allow me to do it.
## P…
-
Hi, I am running docker in Lambda's container environment but I seem to be having issues. I can call `launch()` fine, but the next operation (in my case `browser.newPage()`) operation hangs. This work…
-
Hey, firstly, thank you for this. I've just discovered it through OSSF Scorecard -- are there any demo in Python or known project adopting this project I could learn more from?
The only bit I'm con…
-
**Is your feature request related to a problem? Please describe**
A clear and concise description of what the problem is.
I deployed a lambda function that uses fuelsdk-python to authenticate with …
-
Runtime
```shell
Framework Core: 1.61.0
Plugin: 3.2.7
SDK: 2.2.1
Components Core: 1.1.2
Components CLI: 1.4.0
```
Problem
```yaml
service: django-hub
package:
individually: true
…
-
# This is a Bug Report
## Description
### What went wrong?
I have a step function that calls a lambda function (python 3.8) which uses a layer (which contains a couple of python modules). All…