aws-serverless-workshops
aws-serverless-workshops copied to clipboard
Dataprocessing lambda should use utf8 instead of ascii
If someone sends a unicorn name that has characters outside of ascii then it will result in invalid JSON as the character will not be decoded properly. This fixes that issue.