lambda-tutorial icon indicating copy to clipboard operation
lambda-tutorial copied to clipboard

Small tutorial on how to set up a lambda function to handle basic form post requests and persist to an RDS instance. CORS included.

Results 1 lambda-tutorial issues
Sort by recently updated
recently updated
newest added

A few minor updates in the Setting Environment variables are needed to get this to run properly (mainly steps for less savvy learners). 1. Add `import pymysql` to the import...