Cloud Provider ErrorsWarning
RequestLimitExceededRequestLimitExceeded — AWS Request Limit
The overall API request rate limit was exceeded.
aws
View details MissingRegion / No region specifiedNo cloud region was specified in the request or configuration.
The SDK or CLI could not determine which region to use. No region was set in the environment, configuration file, or request.
Set the region in the configuration file, environment variable, or SDK client. Use AWS_DEFAULT_REGION, GOOGLE_CLOUD_REGION, or AZURE_REGION.
# AWS: set region
export AWS_DEFAULT_REGION=us-east-1
# Or in ~/.aws/config
# [default]
# region = us-east-1RequestLimitExceededThe overall API request rate limit was exceeded.
Lambda Runtime.OutOfMemoryThe Lambda function ran out of memory.
S3 AccessDeniedAccess to the S3 bucket or object was denied.
ValidationExceptionThe request parameters failed validation.
Lambda Runtime.ImportModuleErrorLambda cannot import the function's module.
Azure SkuNotAvailableThe requested SKU is not available in the specified region.