Unable to import module “lambda_function”: No module named “pymysql”
If you receive the following error message when trying to run pymysql on AWS Lambda:
Unable to import module "lambda_function": No module …
159 articles about aws development, tools, and best practices
If you receive the following error message when trying to run pymysql on AWS Lambda:
Unable to import module "lambda_function": No module …
Usually, it’s quite easy to delete an AWS WAF, or Web ACL. But sometimes you may come across the following error when attempting to delete the …
Read Article →Basic instructions on how to set up an SSH server on an Ubuntu 16.04/18.04 EC2 instance.
sudo adduser testuser
The AWS CLI provides the ability to use the wide range of Amazon Web Services tools and services straight from the command-line. If you’re …
Read Article →If you need to get the size of an AWS S3 folder, or even an entire bucket, you can do so with the following command:
If you don’t use aws cli …
The requests module for Python is very useful in helping simplify HTTP/s requests from Python, but how would you use it in an AWS Lambda script? …
If you are getting the mysterious error:
[ERROR] InsufficientPrivilege: permission denied for schema errors
Then you can easily resolve this by …
Read Article →It is only possible to alter VARCHAR columns, and only under the following circumstances:
If you are trying to get an AWS Lambda added attached to a VPC, but get the error message:
The provided execution role does not have permissions to …
AngularJS is a Javascript Framework that allows you to create dynamic front-end web applications easily.
I have traditionally packaged these …
Read Article →Sending emails using Python and AWS’ SES service is really easy. They provide an SMTP server that you can authenticate against and send email …
Read Article →You do not have permission to access the specified resource.
If you are seeing this error appears up when trying to delete or detach a Network …
Read Article →