Comment on AWS Introducing Provisioned Concurrency for Lambda FunctionsparentComments−karavelov6yYour function is frozen if there is no active invoke in progress. So no, ssh or minecraft server will not work, unless you make them communicate over Lambda invocations.−WatchDog6yEven if it were not frozen, the idle "Provisioned Concurrency" price is still more than paying for an active on-demand ec2 instance.
Comments
Your function is frozen if there is no active invoke in progress. So no, ssh or minecraft server will not work, unless you make them communicate over Lambda invocations.
Even if it were not frozen, the idle "Provisioned Concurrency" price is still more than paying for an active on-demand ec2 instance.