AWS Lambda Memory Vs CPU configuration
In AWS lambda environment we can specify only the memory configuration. Is there any documentation as to what the CPU config will be for a given memory configuration? For example, ApiLambda: Type: AWS::Serverless::Function Properties: Description: "This function handles the example" CodeUri: "./app/" Handler: "app.handle_request" MemorySize: 128 Timeout: 60