2 Answers
- Newest
- Most votes
- Most comments
1
Hi Tom,
The issue is likely due to the invocation type. Ensure you are using asynchronous invocation (InvocationType.Event) rather than synchronous (InvocationType.RequestResponse). Asynchronous invocation allows the new instance to start immediately and run in parallel.
Additionally, verify that your reserved concurrency of 5 is not being exceeded. Check CloudWatch logs for any throttling or errors and ensure the Lambda function has the necessary permissions to invoke itself.
Hope this helps.
Relevant content
- asked 4 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 10 months ago
