AWSLambdaConcurrency
Objective-C
@interface AWSLambdaConcurrency
Swift
class AWSLambdaConcurrency
-
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable reservedConcurrentExecutions;Swift
var reservedConcurrentExecutions: NSNumber? { get set }
View on GitHub
Install in Dash
AWSLambdaConcurrency Class Reference