Correct answer - "Increase the RAM assigned to your function" : Specify the amount of memory you
want to allocate for your Lambda function. AWS Lambda allocates CPU power proportional to the
memory by using the same ratio as a general purpose Amazon EC2 instance type, such as an M3
type.
Incorrect:
"Increase the instance type for your functions" - Instance types pertains to the EC2 service
"Change your function runtime to use Golang" - This changes programming language which requires
code changes
"Increase the timeout" - This option is to limit the amount of time