- Lambda changed to 3.7
- 2 lines of code need to be updated.
1 | print ("Text to Speech function. Post ID in DynamoDB: " + postId) |
1 | #In Python 3 it makes a difference whether you open the file in binary or text mode. Just add the b flag to make it binary: |