“Unable to unmarshall input error” with AWS Lambda and form-data (using Postman)
The Problem I am using AWS cdk in Python and deploying a Docker Image on Lambda. I am new to both Docker and AWS so apologies for mistakes in advance. Upon running my Docker Image, and sending a POST request with POSTMAN, there is no error if the data I send in the request is […]