Closed ssindelar closed 4 years ago
We have documented the process of supporting custom event types in our wiki docs. You have two options: Either create full support for the custom event type or intercept the CloudWatch event types in the handler, before it is passed to the library, and replace it with a simple request type constructed with the AwsProxyRequestBuilder
.
Can we close this @ssindelar?
Closing this since Provisioned Concurrency is available for Lambda now.
Scenario
I want to reduce cold starts of my lambda. For this I set up a Cloudwatch Event rule with regulary triggers the lambda.
Expected behavior
Call from Cloudwatch Events gets ignored or logged.
Actual behavior
Because it isn't a Call from API Gateway or a Application Load Balancer an exception thrown and logged.
Steps to reproduce
Full log output