-
Created on behalf of @dmitriierkineroad from https://github.com/aws/aws-cdk/issues/18088
### What is the problem?
For this example https://github.com/aws-samples/aws-cdk-examples/tree/master/pyt…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the c…
-
### Expected Behavior
This works locally using the netty server. However it does not work when deployed in lambda with API Gateway.
Using a post method in a controller:
```
@Post("/webho…
-
*Serverless Java Container version*: `1.5.1`
*Implementations:* `Spring Boot 2`
*Framework version:* `2.2.6.RELEASE`
*Frontend service:* `REST API`
*Deployment method:* `SAM`
## Scenario
My cu…
-
I have an AWS Lambda function running in us-east-1 that occasionally fails to connect to GitHub's HTTP API. It most often fails on the first API call, which is the endpoint `/repos/SpeakEZ/speakez-ra…
-
Hi,
I'm getting the following exception when uploading the Lambda using aws-toolkit-eclipse
> Failed to upload project to Lambda
> The operation cannot be performed at this time. An update is i…
-
When running the following beneath moto
```python
import boto3
client = boto3.client('lambda', region_name='us-east-2')
res = client.update_function_code(FunctionName='test-function', ZipFile=, Pu…
-
Using the plugin the deploy fails with a stack failing for
> The final policy size (20554) is bigger than the limit (20480). (Service: AWSLambda; Status Code: 400
We used to have this issue whe…
-
Would someone with a machine that doesn't throw errors during the compilation of this be able to upload?
-
I'm trying to deploy with the official AWS SciPy layer, but another of the packages in my `requirements.txt` has `scipy` as a dependency. This seems to cause SciPy to get packaged up in the final .zi…