InvocationType
to Event
.TooManyRequestsException
if executing the function would cause you to exceed a concurrency limit at either the account level (ConcurrentInvocationLimitExceeded
) or function level (ReservedFunctionConcurrentInvocationLimitExceeded
).curl --location -g --request POST 'http://lambda.{region}.amazonaws.com/2015-03-31/functions//invocations' \
--header 'Content-Type: application/json' \
--data-raw '{
"Payload": "pa$$word"
}'
{
"StatusCode": 0,
"Payload": "string"
}