limiting lambda to one enviroment

0

I ma trying to get puppeteer to run in lambda with an s3 trigger. When events are loaded one at a time it works fine. When trying to invoke 3 uploads at once, problems ensue. I am only subscribed to the free tier and my "ConcurrentExecutions" limit is set to 10, which means I cannot set ReservedConcurrency to 1 as the minimum limit for ConcurrentExecutions is 10. For a general idea i am having puppeteer fill out a page with info, i am having problems because it is entering two supposedly seperate pages onto one, and i need assistance finding a potential solution.

asked a year ago174 views
1 Answer
0

Hi, AWS accounts by default have a concurrent executions limit of 1000; have you altered this to be 10? Free tier for Lambda doesn't have any restriction around this, you simply get 1 million requests and 3.2 million seconds of compute time free per month.

EXPERT
answered a year ago
  • It is possible, but would've been done by mistake. Fortunately, support got back to me quickly and was able to increase the limit.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions