AWS Lambda Global Variables

The Good the Bad & the Ugly - AWS Service Deep Dive When building a lambda, we have the option to put variables outside of the handler. Anything that we store outside of the handler is...

Image Upload React App

If you're wanting to allow users to upload images on your site then this is the video for you. I've previously taught you to create an API to save the image to S3 and now you can learn to add the...